Skip to content

keyboardSelector.keyboard is not a function #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
achabill opened this issue Jan 8, 2019 · 1 comment
Open

keyboardSelector.keyboard is not a function #22

achabill opened this issue Jan 8, 2019 · 1 comment

Comments

@achabill
Copy link

achabill commented Jan 8, 2019

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";
@joetamburro
Copy link

Did you solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants