Replies: 3 comments
-
Hi @adrianmg, I have never used Is it generally assumed that anything that works with |
Beta Was this translation helpful? Give feedback.
-
It seems to be a recurrent topic of confusion after some googling. I always appreciate when docs help me unblock situations like this (it's not about assumptions, but helping me figure out things). A FAQ section could be a good place to add some of these. It's easy to find yourself in this situation especially when working with an existing codebase with Preact:
|
Beta Was this translation helpful? Give feedback.
-
I like the idea of an FAQ page 👍 Over the Christmas holidays, this topic actually got me thinking how hard it would be to do some of our stuff without SythenticEvent bubbling (if we want to support Preact). I reckon some cases could do away with it if we provided an alternate API but we would need to spin up a Preact build to make sure that lack of SyntheticEvents is the only incompatibility issue. I'm not sure that it is. |
Beta Was this translation helpful? Give feedback.
-
👋
I run into this issue, and it took me a while to realize preact wasn't supported. I dev locally with
React
and only usePreact
to bundle for production purposes. That made it harder to find out what was happening.I would probably mention it somewhere in the docs as it seems to be a recurrent topic for others.
Beta Was this translation helpful? Give feedback.
All reactions