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
{{ message }}
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
avoiding unneeded prefixes sounds like a good idea, until you want to cache SSR-results.
Including the userAgent in a cache-key is not practical, so you have to use all prefixes both on server and client (to avoid missmatch).
I tried to use
radiumConfig={{userAgent: "all"}}
on server and client, but i still get missmatch.E.g. given this style:
produces:
its weird that there are some prefixes (e.g. on flex-align. But "display: flex" is missing a prefix on the client.
The text was updated successfully, but these errors were encountered: