forge42dev / remix-client-cache

Utility library to cache your client data in Remix.run
MIT License
176 stars 2 forks source link

Always false condition #1

Closed rphlmr closed 9 months ago

rphlmr commented 9 months ago

👋

I may be wrong but this condition will always return false?

 JSON.stringify(loaderData.serverData) !== JSON.stringify(freshData)
rphlmr commented 9 months ago

I'm wrong and tired 😴. Sorry!