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
At first, I thought it was because the react and react-dom version is ^16.0.0, but I set it to 15.3.2, which is used in the storybook, the problem still remained. And there is no error or warning given on the chrome console!
I pass in the custom events, and it fires too!
Any help will be really appreciated! 🙏
Griddle version
1.13.1
Expected Behavior
When clicking the header, it doesn't sort the rows.
When typing anything into the filter, it returns an empty table.
Actual Behavior
Clicking on the header should sort the row based on the column clicked.
Typing into the filter should filter the table.
Steps to reproduce
Not super sure, but this is all the dependencies in my app:
Pull request with failing test or storybook story with issue
The storybook works fine.
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.
The text was updated successfully, but these errors were encountered:
So to clarify, you're finding the Storybook works as expected, but Griddle in your app is not working as expected? Can you share any of your code? Are you using LocalPlugin?
At first, I thought it was because the
react
andreact-dom
version is^16.0.0
, but I set it to15.3.2
, which is used in the storybook, the problem still remained. And there is no error or warning given on the chrome console!I pass in the custom events, and it fires too!
Any help will be really appreciated! 🙏
Griddle version
1.13.1
Expected Behavior
When clicking the header, it doesn't sort the rows.
When typing anything into the filter, it returns an empty table.
Actual Behavior
Clicking on the header should sort the row based on the column clicked.
Typing into the filter should filter the table.
Steps to reproduce
Not super sure, but this is all the dependencies in my app:
Pull request with failing test or storybook story with issue
The storybook works fine.
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.
The text was updated successfully, but these errors were encountered: