Jason Miller
Jason Miller
PR welcome!
It only supports primitive values. This is the reason it is fast.
Hmm - it looks like the regex that is handling `clipPathUnits` is missing `/g`, so it only replaces the first uppercase character: https://github.com/developit/preact-compat/blob/6029c6e25f6d1c6461d5cc24a9c8bdc781f6ab87/src/index.js#L123
Perhaps we can use the implementation from css transition group? https://github.com/developit/preact-css-transition-group/blob/master/src/TransitionEvents.js#L74
That seems fine to me, though I don't really know much about typescript. Maybe @mseddon knows 😊
Hi @yyhappynice - can you post a little more of the surrounding Webpack configuration? It seems like your aliases are not being used. Also just to make sure - you've...
Hey - I tried a bunch of stuff out locally, but I have no idea what I'm doing when it comes to TypeScript + webpack. I've never seen anyone use...
Awesome, thanks so much for putting a repro together! What about with react-bootstrap 1.0? It looks like this should be fixed in that release (I don't see any string refs...
Ah - looks like they haven't published 1.0 yet - I was reading the roadmap from their homepage. Looks like an issue with ref timing.
I guess that makes sense - just when we make substantial changes in the next version, it will be become quite difficult to port those over to Omi. I actually...