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'm building a personal project using Next 14 with React Table V8. I've been running into an issue where if the data was fetched remotely it triggers a non-existent filter function that makes the data hidden and only when I click on the reset button, it's shown.
However, if the data was imported locally (Constant, JSON), it does not trigger such behavior.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys,
I'm building a personal project using Next 14 with React Table V8. I've been running into an issue where if the data was fetched remotely it triggers a non-existent filter function that makes the data hidden and only when I click on the reset button, it's shown.
However, if the data was imported locally (Constant, JSON), it does not trigger such behavior.
UPDATE: I was able to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions