add hw2
This commit is contained in:
1
node_modules/@headlessui/react/dist/hooks/use-controllable.js
generated
vendored
Normal file
1
node_modules/@headlessui/react/dist/hooks/use-controllable.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{useRef as o,useState as f}from"react";import{flushSync as a}from"react-dom";import{useEvent as m}from'./use-event.js';function b(l,r,c){let[i,s]=f(c),e=l!==void 0,t=o(e),u=o(!1),d=o(!1);return e&&!t.current&&!u.current?(u.current=!0,t.current=e,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")):!e&&t.current&&!d.current&&(d.current=!0,t.current=e,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")),[e?l:i,m(n=>(e||a(()=>s(n)),r==null?void 0:r(n)))]}export{b as useControllable};
|
||||
Reference in New Issue
Block a user