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
React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
The text was updated successfully, but these errors were encountered:
the-graph/examples/demo-full.js
Lines 62 to 64 in 6f6823f
This is undefined.
And how to access those
exitor.xxx
methods?This only get null and said
The text was updated successfully, but these errors were encountered: