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
The hack into react internals isn't going to work at least with React 15.6. I fixed this in Fulcro 2.0 by reimplementing mounted via lifecycle hooks (componentDidMount and componentWillUnmount) instead of trying to look for private data on the React component internals.
The hack into react internals isn't going to work at least with React 15.6. I fixed this in Fulcro 2.0 by reimplementing mounted via lifecycle hooks (componentDidMount and componentWillUnmount) instead of trying to look for private data on the React component internals.
See https://github.com/fulcrologic/fulcro/blob/d11725c456dc4b0d0f7a1b5cb9d14e5e4cb0dbf6/src/main/fulcro/client/primitives.cljc#L206
A similar patch should fix in on Om Next.
The text was updated successfully, but these errors were encountered: