-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it work with Preact #82
Comments
This is something we recently decided to explore. Can you elaborate on how it is failing? If you are familiar with Preact, do you know what features we're likely using that are causing issues? |
Here is the error message:
|
I use direct from CDN as ESM browser modules. My script includes as follows:
</script>` `import * as React from 'preact'; import ReactDiff, { DiffMethod } from './lib/index.js'; import r2wc from "@r2wc/react-to-web-component";` |
would be very nice, because react bundle weight too much. Preact has compatible mode, but it falls with this library
The text was updated successfully, but these errors were encountered: