tajo / ladle

🥄 Develop, test and document your React story components faster.
https://www.ladle.dev
MIT License
2.61k stars 87 forks source link

Source maps are broken #550

Open StefanoBalzarottiNozomi opened 7 months ago

StefanoBalzarottiNozomi commented 7 months ago

I just cloned repository from main.

Inside example project do, npm run serve

Open any component

With Firefox you'll see something like this:

Screenshot 2024-02-27 at 08 40 14

On Chrome Or Opera, I think any Blink based browsers, sources are likely duplicated, one appears correct and the other one broken:

The broken one

Screenshot 2024-02-27 at 08 41 46

This seems correct, but breakpoints and inspection is not working as expected.

Screenshot 2024-02-27 at 08 42 03