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
Allways I have this error:
Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. This usually means that you're trying to add a ref to a component that doesn't have an owner (that is, was not created inside of another component's render method). Try rendering this component inside of a new top-level component which will hold the ref.
Also when i click on the button :
Uncaught TypeError: Cannot read property 'firstChild' of undefinedreact.js:13027 ReactMount.findComponentRootreact.js:12973 ReactMount.findReactNodeByIDreact.js:12462 getNodeFromInstancereact.js:19261 findDOMNodetouch-ripple.js:137 React.createClass._getRippleStyletouch-ripple.js:47 React.createClass.starttouch-ripple.js:109 React.createClass._handleMouseDownreact.js:3311 executeDispatchreact.js:17386 SimpleEventPlugin.executeDispatchreact.js:3296 forEachEventDispatchreact.js:3320 executeDispatchesInOrderreact.js:2693 executeDispatchesAndReleasereact.js:19388 forEachAccumulatedreact.js:2900 EventPluginHub.processEventQueuereact.js:11181 runEventQueueInBatchreact.js:11207 ReactEventEmitterMixin.handleTopLevelreact.js:11293 handleTopLevelImplreact.js:18360 Mixin.performreact.js:9633 ReactDefaultBatchingStrategy.batchedUpdatesreact.js:16593 batchedUpdatesreact.js:11387 ReactEventListener.dispatchEvent
The text was updated successfully, but these errors were encountered:
Allways I have this error:
Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. This usually means that you're trying to add a ref to a component that doesn't have an owner (that is, was not created inside of another component's
render
method). Try rendering this component inside of a new top-level component which will hold the ref.Also when i click on the button :
Uncaught TypeError: Cannot read property 'firstChild' of undefinedreact.js:13027 ReactMount.findComponentRootreact.js:12973 ReactMount.findReactNodeByIDreact.js:12462 getNodeFromInstancereact.js:19261 findDOMNodetouch-ripple.js:137 React.createClass._getRippleStyletouch-ripple.js:47 React.createClass.starttouch-ripple.js:109 React.createClass._handleMouseDownreact.js:3311 executeDispatchreact.js:17386 SimpleEventPlugin.executeDispatchreact.js:3296 forEachEventDispatchreact.js:3320 executeDispatchesInOrderreact.js:2693 executeDispatchesAndReleasereact.js:19388 forEachAccumulatedreact.js:2900 EventPluginHub.processEventQueuereact.js:11181 runEventQueueInBatchreact.js:11207 ReactEventEmitterMixin.handleTopLevelreact.js:11293 handleTopLevelImplreact.js:18360 Mixin.performreact.js:9633 ReactDefaultBatchingStrategy.batchedUpdatesreact.js:16593 batchedUpdatesreact.js:11387 ReactEventListener.dispatchEvent
The text was updated successfully, but these errors were encountered: