Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(theme-provider): Suppress hydration warning and add String.raw
This commit suppresses the hydration warning in the browser by adding `suppressHydrationWarning` to the script tag. This is necessary to prevent the browser from throwing a warning about extra attributes from the server, specifically `nonce`. Additionally, `String.raw` has been added for the manually injected script content. This is used to get the raw string form of template strings, which is useful when you want to avoid processing of escape sequences.
- Loading branch information