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

Quickly discover what the solid compiler will generate from your JSX template

Results 44 solid-playground issues
Sort by recently updated
recently updated
newest added

I noticed some issues when renaming tabs in the playground. This PR implements/resolves the following: - Add 'Esc' as a button which stops editing tabname - Revert tabname when submitted...

Closes #117 It kinda works There are a couple of issues to resolve though: - solid-devtools will work only with the latest version of solid—I'm constantly adding small things to...

Related: https://github.com/solidjs/solid-playground/pull/165#discussion_r1531977790 There's a `font-family: Menlo, Monaco, "Courier New", monospace, "Droid Sans Mono", "monospace", monospace` style but Menlo and Monaco aren't installed on all systems (Linux Manjaro, Brave browser). Instead...

I work on the Solid Lightning and added the universal rendering support. I have the playground working with: ```jsx import { renderSync as render, View, Text, startLightning } from "@lightningjs/solid"...

Checking out the project and `pnpm i` and `pnpm run dev` throws the following error: ✘ [ERROR] "unocss/vite" resolved to an ESM file. ESM file cannot be loaded by `require`....

@jspm/generator still uses node `crypto` even if `integrity` isn't supplied so currently added polyfill. We don't need `integrity` here so, the alternatives are 1. fix it upstream 2. patch (`pnpm...

Just noticed this as I was poking around ![image](https://github.com/user-attachments/assets/0ffc3fdb-7c46-4c08-ba36-fa7fb139df14) ![image](https://github.com/user-attachments/assets/31572adf-be0e-4e02-ab55-90621238dc73) How is this meant to be used in a browser, since browsers don't support commonjs? might be related to https://github.com/solidjs/solid-playground/issues/174...

Just saw ![image](https://github.com/user-attachments/assets/319a57c5-c4c7-40ad-86a0-b4ec5949f5a8) (I'm poking around!) :D And there is non-JS syntax in here. I believe that should be compiled away yeah? (or if the consuming project is responsible for...