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
Fixing this would require to change the fetch to start in componentDidMount instead of componentWillMount to get the handle to the component (connect.js:199), and adding the ref to meta in case of values too (connect.js:277).
Changing the lifecycle method is reasonable but would probably require some bigger changes on how the promise state objects would be handled.
Hi,
Following definition does not get component in meta, even when
withRef
is true.The text was updated successfully, but these errors were encountered: