LiQuidProQuo
LiQuidProQuo
https://github.com/solidjs/solid-start/pull/742 may fix this issue related: https://github.com/solidjs/solid-start/issues/397
this change may have performance implications, where the common case of "function" has to go through the slower path of "class". `func.call()` vs `func()` ---- alternatively, the class can be...
> What would the code look like? If we use `new`, then it means we must also write code to detect if a function is `new`able. I have attached a...
while it is related to #1300, due to it stemming from the same implementation detail. it concerns different expectations. `createStore` for creating a derived store is a powerful feature. and...
yes, `onCleanup` is one of the bug we know of that is caused by this extra wrapping in this case, is it the dev wrapper that is added in dev...
@thetarnav and I looked into possible fixes, we tested this as a fix what I did is resolve the parent if the component is marked as a dev component. then...
you can bind native events directly to the element, use `on:click`. https://playground.solidjs.com/anonymous/ff4fa624-92c4-4b4c-a73a-3513cd455bb8 ```js alert("clicked")}> click me here and good ``` 🚩 the headlessui fix posted, does not cover nested fieldsets...
also maybe related https://playground.solidjs.com/anonymous/ef9cc6ff-5bd1-4e39-a7a2-a1c89a98f2e2 deleting nodes, generate signal internally, even for nodes that were never read. if not, maybe need its own issue,