You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Upgrading from 2.2.4 to 2.3.3 breaks React-rendered content in <Query /> with fetchPolicy="network-only"
Intended outcome:
Query with fetchPolicy="network-only" will display Component after fetching data over the network.
Actual outcome:
React renders the Loading component instead of the intended Component and gives the following warning in console:
Warning: render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.
Upgrading from 2.2.4 to 2.3.3 breaks React-rendered content in
<Query />
with fetchPolicy="network-only"Intended outcome:
Query with fetchPolicy="network-only" will display Component after fetching data over the network.
Actual outcome:
React renders the Loading component instead of the intended Component and gives the following warning in console:
How to reproduce the issue:
It might be due to this Change: #2493
Version
The text was updated successfully, but these errors were encountered: