Update dependency jsdom to v29 - autoclosed #51

Closed
renovate-bot wants to merge 52 commits from renovate/jsdom-29.x into master
Showing only changes of commit 91670779fe - Show all commits
+2 -1
View File
@@ -206,7 +206,8 @@ export const MountedMessageView = Component.make("MountedMessage")(
Use `Component.useOnMount` when the component needs a value produced by an
Effect during its first render. The value is then cached for the component
instance.
instance. You can also use it to set up scoped component logic, subscriptions,
or resources that should live for the lifetime of that component instance.
Use `Component.useOnChange` when render needs the value computed by
scoped work that depends on changing inputs. When a dependency changes, React