天天看點

解決react:Warning: componentWillMount/componentWillUpdate has been renamed問題

這個意思是reactt 版本更新的問題已經移除了 這個生命周期函數 已經變成了下面的樣子

如果react代碼在19年11月之後的 版本

UNSAFE_componentWillMount() // 元件挂載前

UNSAFE_componentWillUpdate() 元件 更新後