e-oj / Magic-Grid

A simple, lightweight Javascript library for dynamic grid layouts.
https://www.npmjs.com/package/magic-grid
MIT License
3.14k stars 144 forks source link

No default export in 3.3.4 release #76

Closed iainbeeston closed 3 months ago

iainbeeston commented 3 months ago

I've tried to upgrade to the 3.3.4 release on npm but I'm seeing this error:

No matching export in "node_modules/magic-grid/dist/magic-grid.min.js" for import "default"

when I import magic grid into my code:

import MagicGrid from "magic-grid"

I'm not sure what could have caused this difference between the previous release (3.2.4) and 3.3.4, but it looks like there were a lot of build tool changes?

e-oj commented 3 months ago

We're working on this. Should be fixed today

e-oj commented 3 months ago

This has been fixed in v3.3.6