@particle-academy/react-fancy 4.7.0 → 4.7.1

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/dist/index.js CHANGED
@@ -2139,6 +2139,7 @@ function getIconResolutionVersion() {
2139
2139
  return lucideVersion;
2140
2140
  }
2141
2141
  function resolveFromLucide(name) {
2142
+ if (typeof window === "undefined") return null;
2142
2143
  if (!lucideModule) {
2143
2144
  ensureLucideLoaded();
2144
2145
  return null;