We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great work with this component!
I am using this with Preact & Preact Compat. When running in IE 10 I get an error message saying:
Unable to get property 'breakpointCols' of undefined or null reference.
It appears the props are not defined in '_this' via the _possibleConstructorReturn function. Any ideas?
See attached: The props object has a value _this does not have props.
Note: This does not occur using IE Edge
The text was updated successfully, but these errors were encountered:
I've personally moved away from testing <=ie11 support so it unfortunately this issue wont be one I can help out with
Sorry, something went wrong.
No branches or pull requests
Great work with this component!
I am using this with Preact & Preact Compat. When running in IE 10 I get an error message saying:
Unable to get property 'breakpointCols' of undefined or null reference.
It appears the props are not defined in '_this' via the _possibleConstructorReturn function. Any ideas?
See attached: The props object has a value _this does not have props.
Note: This does not occur using IE Edge
The text was updated successfully, but these errors were encountered: