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
Keyboard.js:120 Uncaught TypeError: keyboardSelector.keyboard is not a function
at VirtualKeyboard.addKeyBoardToDOM (Keyboard.js:120)
at VirtualKeyboard.componentDidMount (Keyboard.js:107)
at ReactCompositeComponent.js:262
at measureLifeCyclePerf (ReactCompositeComponent.js:73)
at ReactCompositeComponent.js:261
at CallbackQueue.notifyAll (CallbackQueue.js:74)
at ReactReconcileTransaction.close (ReactReconcileTransaction.js:78)
at ReactReconcileTransaction.closeAll (Transaction.js:207)
at ReactReconcileTransaction.perform (Transaction.js:154)
at batchedMountComponentIntoNode (ReactMount.js:124)
at ReactDefaultBatchingStrategyTransaction.perform (Transaction.js:141)
at Object.batchedUpdates (ReactDefaultBatchingStrategy.js:60)
at Object.batchedUpdates (ReactUpdates.js:95)
at Object._renderNewRootComponent (ReactMount.js:317)
at Object._renderSubtreeIntoContainer (ReactMount.js:399)
at Object.render (ReactMount.js:420)
at Object../src/index.js (index.js:81)
at __webpack_require__ (bootstrap e0120e38b54721e2e782:678)
at fn (bootstrap e0120e38b54721e2e782:88)
at Object.0 (index.js:10)
at __webpack_require__ (bootstrap e0120e38b54721e2e782:678)
at bootstrap e0120e38b54721e2e782:724
at bootstrap e0120e38b54721e2e782:724
My App.js is exactly what's in your demo except for the one line
import Keyboard from "react-virtual-keyboard";
The text was updated successfully, but these errors were encountered:
Any help will be appreciated.
My App.js is exactly what's in your demo except for the one line
The text was updated successfully, but these errors were encountered: