Zane
Zane
最后的解决方案是: ``` // tailwind.config.js module.exports = { ... corePlugins: { ... transitionProperty: false // 禁止transition } } ```
I also encountered the same problem.
> Change `ref` to `shallowRef` will work YES, but I need `ref` to listen for deep value changes. And I think it should be a pointer problem, which will make...
> Any news on this? +1