You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the size of this library though, it's easier just to vendor it directly into what ever project you want and add explicit call to Preact.createElement for the recursive base case. A similar fix for would make it work with React.
The text was updated successfully, but these errors were encountered:
JFYI The shape of vdom nodes has changed in Preact. See the following definition from their
src/index.d.ts
:For the size of this library though, it's easier just to vendor it directly into what ever project you want and add explicit call to
Preact.createElement
for the recursive base case. A similar fix for would make it work with React.The text was updated successfully, but these errors were encountered: