Jason Miller
Jason Miller
Just a note from me: the reason I don't think we should merge this as-is comes down to it being a patch. This directly address the issue from #2004 by...
I don't have merge rights on this repo, sorry.
This can be merged now that preactjs/preact#3801 has been merged. Need to update the preact version for tests to pass though.
Escapement is supposed to be working via [this logic](https://github.com/developit/snarkdown/blob/main/src/index.js#L59), so this is likely just a bug in my weird decision to use an expensive regex.
Sorry for the delay, this seems fine to me.
Ran into this today. We may need to consider finding a way to use SECRET_INTERNALS again.
@lennerd the fix may be to go back to injecting updaters into components via react internals rather than wrapping all components. I've been using and testing a local version of...
I've been using this "lite" version of the React adapter in the meantime, which doesn't include the Signals optimizations, but works with all React libraries and versions: https://gist.github.com/developit/f957536487a84dee334cfeb53748f865 @lennerd as...
@jaydenintusurg in the lite version from my gist, you can use `signal()` anywhere, then pass those values through `useSignal()` to access them. You don't have to create signals with the...
I believe @jogibear9988 is correct, and this likely affects nearly all of the libraries here that don't include logic for working with ``. In particular, Virtual DOM libraries append any...