You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,14 +21,30 @@ export function useImmutableMark() {
16
21
* Wrapped Component will be marked as Immutable.
17
22
* When Component parent trigger render,
18
23
* it will notice children component (use with `responseImmutable`) node that parent has updated.
24
+
25
+
* @param Component Passed Component
26
+
* @param triggerRender Customize trigger `responseImmutable` children re-render logic. Default will always trigger re-render when this component re-render.
0 commit comments