I've been using undom for my tests in quite a few projects. I just started exploring hooks in one of my own branches, and realized latest PreactX does not work with undom.
I took the linked fiddle from undom, and replaced the preact resource with: http://npmcdn.com/preact@next
With that as the only change, the fiddle stops working:
https://jsfiddle.net/vu3qjarw/
I'm not sure if undom needs updating to implement some DOM features that PreactX now requires, or if PreactX needs updates to the render?
Perhaps this is better suited as on issue on the undom project? If so, let me know and I can recreate it there.
Thanks!
I've been using undom for my tests in quite a few projects. I just started exploring hooks in one of my own branches, and realized latest PreactX does not work with undom.
I took the linked fiddle from undom, and replaced the preact resource with: http://npmcdn.com/preact@next
With that as the only change, the fiddle stops working:
https://jsfiddle.net/vu3qjarw/
I'm not sure if undom needs updating to implement some DOM features that PreactX now requires, or if PreactX needs updates to the render?
Perhaps this is better suited as on issue on the undom project? If so, let me know and I can recreate it there.
Thanks!