Unrecoverable Hydration Mismatch error when trying to implement pagination on a custom table

I am relatively new to Solid, and I am running into an error that I don't quite understand.. I am implementing a generic table component that can have multiple tabs. The data for each tab is passed seperately then appropriately rendered based on which tab is currently active. I want to implement pagination as well, and I thought it would be as simple as doing a slice on the data being passed to the table based on what the current page should be, but I am consistently running into a Unrecoverable Hydration Mismatch. No template for key: <key>. I feel as though there is something fundamental I am missing. Has anyone run into this before? I can provide my code if needed. Thanks!
0 Replies
No replies yetBe the first to reply to this messageJoin