solid-js icon indicating copy to clipboard operation
solid-js copied to clipboard

SolidJS for NativeScript

Results 3 solid-js issues
Sort by recently updated
recently updated
newest added

The rows and column attributes (and maybe more) is missing from the type of the element. ```ts export const App = () => { return ( ... ) } ```...

Getting an error when trying to use solid-js's `createResource` in nativescript (createSignal works just fine). Was also able to reproduce it in the playground: https://stackblitz.com/edit/nativescript-dominative-solid-2sumqq?file=app%2Fapp.jsx ``` System.err: An uncaught Exception...

Fixing babel's version breaks newer projects using the latest npm version. E.g., when using solid's default template for nativescript, `npm i` will fail since it can't resolve both the version...