@wrdagency/react-islands 0.1.0 → 0.1.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.mjs CHANGED
@@ -3227,7 +3227,7 @@ function renderIsland(island, renderOpts = {}) {
3227
3227
  }
3228
3228
  export {
3229
3229
  RawHTML,
3230
- createIsland as default,
3230
+ createIsland,
3231
3231
  isServer,
3232
3232
  withProps
3233
3233
  };