react-virtual-keyboard icon indicating copy to clipboard operation
react-virtual-keyboard copied to clipboard

keyboardSelector.keyboard is not a function

Open achabill opened this issue 5 years ago • 1 comments

Any help will be appreciated.

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";

achabill avatar Jan 08 '19 17:01 achabill