Jason Miller
Jason Miller
yup yup. not sure what's causing this. Which versions of preact and preact-compat are you checking this with?
It's using an older version of Preact and preact-compat. I need to update the demo to check.if it's fixed in the latest versions.
@katopz I submitted it back before Preact gained traction (1.x I believe): tastejs/todomvc#1535 Feel free to submit it again though, I would imagine we are above the threshold for popularity...
:blush: Lovely!
@rsaccon Awesome! You didn't happen to check if the Drawer and Popup examples broke, did you? I actually accidentally updated to `0.14.2` today and I may have seen some issues....
I haven't, but I really (really!) want to see it. It seems to be a lot more polished than toolbox. Thinking about setting up a repo? :100:
Dang. I don't even recognize those modules, kinda seems like it's reaching deep into React. That's a bit disappointing :(
A bunch of these are fixed now as of Preact 5 :)
Correct, that is generally the cause.
@louisremi I just use the Webpack HMR API directly: https://github.com/developit/preact-boilerplate/blob/master/src/index.js#L6-L18 (Ignore the log stuff unless you want to suppress Webpack HMR logging)