sandbox-memo

開発してて出たエラーをメモる場所

react18でreact-jsonschema-formつかったらconsoleにwarning出っぱなし

Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.

コンソールにこういうwarningが出てる。

react16.9からcomponentWillReceivePropsが非推奨になったんだけど、react-jsonschema-formではまだそれに対応できていないらしい。

github.com

2022/9/3時点ではgithubでも報告されてるけどまだ対応されてなさそうだから、現状はwarning無視しておくしかない。