Damian Tarnawski
Damian Tarnawski
Yeah I've noticed that as well, solid detection causing exceptions on non-solid pages. Thanks for reporting though.
Thanks for the reports 🙏 Could you include your dependency versions? (solid, router)
Does it still show up if you enable `skipLibCheck`?
Currently, values of signals are displayed if the signal has been created inside the inspected owner. So this case if you declare the signal inside the App component - it...
Well if the signal doesn't show up if you create it in the component — that's a possible bug. I will look into it after I finish adding the dependency...
I'm pretty sure that this is solvable in userland just by changing the approach. `` needs to be on the outside as @ryansolid suggested because we want to transition the...
Are you using Solid 1.7?
Solid Playground only fetches js code, not ts definitions. Probably worth moving this to the playground repo: https://github.com/solidjs/solid-playground
For context, the language name for .jsx and .tsx was recently changed in vscode: issue: https://github.com/microsoft/vscode/issues/138285 PR: https://github.com/microsoft/vscode/pull/168368
Should this be an issue here or in SUID? I’m not sure what can be done here. Transition component doesn’t have a control over the disposal of the owner of...