Sean Alunni

Results 13 comments of Sean Alunni

In this case there might be another solution: Consider this base class `Identity` which has a constructor that returns whatever first argument you pass to it ```js class Identity {...

Sorry to bother again, but there is still a problem, [this](https://github.com/ryansolid/dom-expressions/blob/cb96145e58c791b5a545927991bd40833416e80c/packages/dom-expressions/src/client.js#L311C11-L311C11) line ```ts if (value === prev && (prop !== "value" || prop !== "checked")) return prev; ``` Should be...

You could set the "ref" attribute on the `Portal` like so: ```tsx x.style.display = "contents"} /> ``` This will make the `div` behave like it wasn't even there (At least...