David Abell

Results 3 comments of David Abell

Repo is [https://github.com/david-abell/astro-jsx-no-unsafe](https://github.com/david-abell/astro-jsx-no-unsafe) Script is `lint` in `package.json` Let me know if there is anything else I can help with

This seems to be the solution. JSX types appear to not be imported if no JSX framework is included in the project. I tested out [The official minimal React template...

Just to add my solution here working with react-leaflet 4.2.1 I just added a module declaration to my `MapContainer.tsx` for the missing config option. ```typescript // add this declaration declare...