Florian Weinaug

Results 5 comments of Florian Weinaug

I just tried to add web support but unfortunately it does not work yet due to this [Flutter issue](https://github.com/flutter/flutter/issues/65940). As soon as the issue is resolved I'll release it.

almost 1.5 years later and the [Flutter issue](https://github.com/flutter/flutter/issues/65940) is still not resolved.

Made it work with this for now: `stories: ["../../../packages/*/!(node_modules)/**/*.@(mdx|stories.@(js|jsx|ts|tsx))"]` Is this documented somewhere?

I changed `components/package.json` to `"icons": "^1.0.0"` and added `"pnpm.overrides.icons"="workspace:^"` to the global `package.json` and now it works. The previous code was easier to understand imho.