diff --git a/.changeset/green-dingos-design.md b/.changeset/green-dingos-design.md index 1c695f8a7..4483f7a0e 100644 --- a/.changeset/green-dingos-design.md +++ b/.changeset/green-dingos-design.md @@ -2,4 +2,4 @@ '@emotion/react': patch --- -Change Global component to construct custom StyleSheet constructor. This is useful when cache.sheet is not the default implementation +Change `Global` component to use the `StyleSheet` constructor of the current `cache.sheet`. This is useful when `cache.sheet` is not the default implementation. Thanks to that the inner sheet constructed by `Global` can share the behavior with its "main" sheet that is hold by the `cache`.