Skip to content
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

Remove dependencies on Preact internals #60

Open
robertknight opened this issue Jun 21, 2019 · 0 comments
Open

Remove dependencies on Preact internals #60

robertknight opened this issue Jun 21, 2019 · 0 comments

Comments

@robertknight
Copy link
Member

The Preact v10 support currently relies on some internal details of Preact, in particular the mangled property names of rendered VNodes.

For longer term maintainability, it would be a good idea to add support for extracting the necessary information from about the rendered VNode tree via a public API (see upstream PR) and then to modify this library to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant