Skip to content
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

errors on executing the example code provided #22

Open
Thanmai-C opened this issue Oct 11, 2017 · 2 comments
Open

errors on executing the example code provided #22

Thanmai-C opened this issue Oct 11, 2017 · 2 comments

Comments

@Thanmai-C
Copy link

I tried executing the same example code you have provided, but when i click on the manage text to sort it throws me an error stating "undefined is not an object (evaluating 'newState.containerHeight = this.createHeight(nextProps)".

I dismiss the error and go forward to click on the "-" icon to delete the item it gives me an error: "null is not an object (evaluating 'this._candidateSudokuGrid.addCell').

I dismiss this also and go forward to click on complete to go save, it gives me an error: "
null is not an object(evaluating '_this._candidateSudokuGrid.getSortedDataSource').

Please help resolving these issues at the earliest.

@Thanmai-C Thanmai-C changed the title error on clicking manage in the example errors on executing the example code provided Oct 11, 2017
@suhabaobaid
Copy link

@Thanmai-C I have just encountered these issues. I have fixed it with the following: change import { PropTypes } from 'react' => import PropTypes from 'prop-types' in the node_modules file that gives error. It should work fine then. This is because PropTypes in react is has been moved to this new library link: https://reactjs.org/docs/typechecking-with-proptypes.html

@mengbimao
Copy link

@suhabaobaid 我遇到了类似的错误,但是我不知道该如何解决,作者也不理我,我遇到了这个错误
undefined is not an object (evaluating'_react.Proptypes.number'),希望大神能帮我解答一下,谢谢

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

3 participants