Sunny Byte

Results 4 comments of Sunny Byte

hello Is there a plan to solve this problem now? I've also encountered this problem.

相同问题等解决方案 临时解决方案如下 ```typescript 'use client' import { SWRGlobalState, UNDEFINED, internalMutate } from 'swr/_internal' // TODO 非常暴力的方式解决 swr 异常问题 // 等待 swr 官方解决 const oldGet = SWRGlobalState.get SWRGlobalState.get = (provider: any)...

我很喜欢 ProComponents,它非常的好用。期待 3.0 版本的到来。