-
> Oh, I got it. I didn't see [this change](https://github.com/suspensive/react/pull/346/files#diff-1cee8646d2cfba37d6ce6a6e9a8d16f8caba0b99fc3a1ad0cb997ed8c7384d2e) in detail and misunderstood it.
>…
-
### Describe the bug
In our production project we use monorepository. Every app uses its own version of `react-query`. Recently we started to get an error "No QueryClient set, use QueryClientProvider…
-
### Package Scope
@suspensive/react-query
### Bug description
We used `react-query` in our monorepository project but after adding new dep `@suspensive/react-query` we started to receive erro…
-
### Package Scope
etc
### Description
https://github.com/michaelrambeau/bestofjs/issues/848
Add their badge after add in best of js
### Possible Solution
_No response_
### etc.
_No response_
-
### **Package Scope**
- [x] Add to an existing package
Package name: @suspensive/react @suspensive/react-query
### **Overview**
### **Describe the solution you'd like**
…
-
I think we need to seperate component's doc and hook's doc.
I think you intended combine this hook with component document, because it is related to this component.
But I think it is…
-
### **Package Scope**
- [x] Add to an existing package
- [ ] New package
Package name: @suspensive/react
### **Overview**
In this case, I want to use Suspense with Delay compo…
-
### Package Scope
@suspensive/react
### Description
I noticed that `isClient` is used inside `useIsomorphicLayoutEffect`.
Couldn't "isClient" be managed in `@suspicious/react/utils`? Additional…
-
### Package Scope
@suspensive/react
### Description
@manudeli @minsoo-web @okinawaa 👋
I was thinking about how I could test `useIsomorphicLayoutEffect`.
I eventually found a way to test it,…
-
@manudeli
Yes, I agree. The old `useSetTimeout` would fail the test code below. But with the new `useTimeout`, the test passes.
(The test code below is just a reference example, w…