italia / design-react-kit

Il toolkit React conforme alle linee guida di design per i siti internet e i servizi digitali della PA.
https://italia.github.io/design-react-kit/
BSD 3-Clause "New" or "Revised" License
155 stars 80 forks source link

[BUG] Release 5.1.0 export "Components" was not found in 'design-react-kit' #1080

Open sabato-galasso opened 2 months ago

sabato-galasso commented 2 months ago

Describe the bug Components not importable

To Reproduce Import an Component of the release 5.1.0

Expected behavior export 'Button' (imported as 'Button') was not found in 'design-react-kit'

Screenshots

Screenshot 2024-07-09 alle 17 47 15

sabato-galasso commented 2 months ago

Workaround remove "type": "module" in packages.json

Virtute90 commented 1 month ago

I don't have this kind of problem with 5.1.0, have you tried putting "type": "module" in your package.json?

sabato-galasso commented 1 month ago

I don't have this kind of problem with 5.1.0, have you tried putting "type": "module" in your package.json?

yes, I have the same problem, are you sure that type:module is the expected behavior?

Fupete commented 1 month ago

@Lorezz wdyt of this issue? cc @astagi