Results 8 comments of mdvanes

Thanks for your help so far. Is it possible to upvote your feature request at NPM as far as you know?

What worked for my React project is suppyling options to `withReact` in a custom webpack config that is referenced in the project.json. I did this: ```ts withReact({ stylePreprocessorOptions: { sassOptions:...

I did have issues with Storybook too. However, I had to rewrite a log of my configs to make it work. This is the relevant part of my .storybook/main.ts: ```ts...

@etylsarin thanks, unfortunately it does not seem to work for my specific configuration, but I would encourage others to try your solution first. Especially the use of `workspaceRoot` is more...

I created a PR to fix this: https://github.com/zcreativelabs/react-simple-maps/pull/377

@katarzynajanus you spoke at NgPoland in 2023?

I don't know who has the permissions to merge. In the meantime, you can use this fork if you want: https://www.npmjs.com/package/@mdworld/react-simple-maps

There is another fork, more elaborate than mine: https://github.com/vnedyalk0v/react19-simple-maps > This is a modernized fork of the original [react-simple-maps](https://github.com/zcreativelabs/react-simple-maps) by Richard Zimerman, completely rewritten with full TypeScript support, React 19...