Lianfeng
Lianfeng
WARNING in ./node_modules/React/index.js There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
【immerjs】Since version 6, support for the fallback implementation has to be explicitly enabled by calling enableES5() [documentation](https://immerjs.github.io/immer/installation)
Suppose we have a component that accept a prop named string. ``` javascript function Comp(props) { return {props.string}; } function App() { return ; } ``` As needs change, we...
Fixes #2946