t0rbik
t0rbik
Same issue.
Reporting overly strict behavior in the following code: ```ts const { receipt } = useWaitReceipt({ id, }); useEffect(() => { if (receipt && receipt === "success") { queryClient.invalidateQueries({ queryKey, });...
> > Reporting overly strict behavior in the following code: > > const { receipt } = useWaitReceipt({ > > id, > > }); > > useEffect(() => { >...
I have just caught this same issue. `modal` prop doesn't behave as it used to, for us causing an error: `Rendered fewer hooks`. One of the solutions is to revert...
> > > Add this to your Component that renders your Drawer, and it will bypass the focus trap > > > ```js > > > // Hack to remove...
Hey guys! Do you have any progress on this?
> Add `autoplay: true` in your sandbox and it will work > > ``` > const { RiveComponent: Rive } = useRive({ > src: "/riv/1_deposit.riv", > stateMachines: "State Machine 1",...