unframer 2.5.1 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/framer.js CHANGED
@@ -37798,7 +37798,7 @@ react-is/cjs/react-is.production.min.js:
37798
37798
  *)
37799
37799
  */
37800
37800
  if (typeof document !== 'undefined') {
37801
- for (const node of document.querySelectorAll('style[data-framer-css-ssr]')) {
37801
+ for (const node of document.querySelectorAll('body style[data-framer-css-ssr]')) {
37802
37802
  document.head.appendChild(node);
37803
37803
  }
37804
37804
  }