-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add parent and children for useId (#237)
* Update index.js * fix tests * Update young-cougars-protect.md * remove changeset * fix * fix tests * Use `props.children` as vnode._children instead of creating a new Array. * unset vnode parent properties after rendering. Also consolidate Fragment and component rendering codepaths. * Create dull-baboons-kneel.md Co-authored-by: Jason Miller <[email protected]> Co-authored-by: Jason Miller <[email protected]>
- Loading branch information
1 parent
2d0cd1d
commit dec7a7a
Showing
3 changed files
with
56 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"preact-render-to-string": patch | ||
--- | ||
|
||
add parent and children for useId |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters