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
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.
The text was updated successfully, but these errors were encountered:
Thanmai-C
changed the title
error on clicking manage in the example
errors on executing the example code provided
Oct 11, 2017
@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
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.
The text was updated successfully, but these errors were encountered: