PatrickJS
                                            PatrickJS
                                        
                                    I made a fix for svelte https://github.com/BuilderIO/mitosis/pull/439/commits/c17d05321abb82fc35cf687cf872c42441e832fd
the angular output looks fine to me https://stackblitz.com/edit/angular-mxdo5g?file=src%2Fapp%2Fapp.component.html
isn't that an issue with useState examples? Mitosis state is const state = useState({}) or do we support both ways (react-way)
the helpers to convert all of those all live in the react generator so we would have to move all of those to helpers and apply them to every framework...
I saw @kylecordes use this. can we update the imports to remove the need for `dist/src` ```jsx import '@builder.io/mitosis/dist/src/jsx-types'; ```
we need docs on how to import jsx-types and how to extend the types
this is still an issue. I thought it was that bit of code too or maybe I was too tired.
yeah it depends on what version of slots we go with but the one with `slotFoo` makes more sense because it's less magic compared to ``` ```
yeah what I was trying to avoid was the slot/prop collision. So I'm not sure if we should make it look more like react or html to make it look...
I think it makes more sense to leave `$` for any API the dev wants in a plugin. If they create a plugin for tailwind it will allow any mitosis...