我正在使用的其中一个软件包在使用Next.js进行开发期间进行编译时引起以下警告
Warning: Failed prop type: Invalid prop `initialState` supplied to `StateProvider`, expected a ReactNode.
in StateProvider (at _app.js:22)
in MyApp (at _document.js:12)
in Context.Provider
in StyleSheetManager
in Unknown
in Context.Provider
in Context.Provider
in Context.Provider
in Context.Provider
问题是,此后,我已经将此程序包更新为完全不使用prop-types
。我已经仔细检查了我是否已删除旧软件包并正在使用更新的软件包,因此不应显示此错误,但是当我运行next
时仍会显示该错误。我想知道是否正在进行某种导致该问题的缓存?我该如何解决?