Open sculove opened 2 years ago
@sculove
Thank you for your feedback!
What versions of SWR and SWRDevTools do you use?
Do you add
I saw the history of SSR-related issues resolved in the v1.1.1 release However, in npm, only version 1.0.0 was available.
this is my application codes
<SWRDevTools>
<SSRSWRConfig fallback={fallback} value={{fetcher: getClientAxios()}}>
<RecoilRoot
initializeState={({set}) => {
set(loanUserState, {
type,
loanPathType,
})
}}>
<UserAgentProvider userAgent={userAgent}>
<AlertProvider>
<RenderByEnv Component={Component} pageProps={pageProps} />
</AlertProvider>
<GlobalErrorContainer />
</UserAgentProvider>
</RecoilRoot>
</SSRSWRConfig>
</SWRDevTools>
Thank you! I'll work on that.
I face the following message
You need to support the ssr! Can you fix it?