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
In example in the component <App /> there is a reference to its method isNodeCollapsed. The problem is that such method is not defined elsewhere in the <App /> component:
In example in the component
<App />
there is a reference to its methodisNodeCollapsed
. The problem is that such method is not defined elsewhere in the<App />
component:https://github.com/pqx/react-ui-tree/blob/6d48ca6d7a7df86655c9a679bc4be3451e0391e5/example/app.js#L43
The text was updated successfully, but these errors were encountered: