-
ProblemI am importing Handsontable to my Remix application . When I create an instance of Solutions I have triedAs per this discussion thread, I tried renaming the impacted file from I also tried creating a ClientOnly component, as per this GitHub issue, but it also didn't solve the issue. Is there any way to import Handsontable without triggering SSR issues? Or to disable SSR altogether? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can't have .client files inside the routes folder, try re-exporting that Handsontable package from a .client file and then importing inside a route. |
Beta Was this translation helpful? Give feedback.
You can't have .client files inside the routes folder, try re-exporting that Handsontable package from a .client file and then importing inside a route.