Hello,
I was using this in a Turborepo + Tanstack Start project and noticed some hydration errors due to CSS filename hash differing on build.
After some digging, it traces back to this plugin. It seems like the issue is related to css variable names that this package randomly generates every time for the createToggle method. Since the name changes every time, it causes hydration problems when using SSR.
Would it be possible to avoid generating random strings every time?
Hello,
I was using this in a Turborepo + Tanstack Start project and noticed some hydration errors due to CSS filename hash differing on build.
After some digging, it traces back to this plugin. It seems like the issue is related to css variable names that this package randomly generates every time for the
createTogglemethod. Since the name changes every time, it causes hydration problems when using SSR.Would it be possible to avoid generating random strings every time?