Closed billybimbob closed 1 year ago
Latest commit: f47c0d16d85174524f7324df9279f2d52a362c92
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | f47c0d16d85174524f7324df9279f2d52a362c92 |
Latest deploy log | https://app.netlify.com/sites/preact-signals-demo/deploys/636d0d0a2002aa000768e4b9 |
Deploy Preview | https://deploy-preview-268--preact-signals-demo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Preact expects VNodes to have an undefined constructor. This PR updates the Preact adapter so that signal objects match this expectation. The undefined constructor will only affect signal objects while the Signal Prototype is unaffected.
Fixes #256