Componentのtypeはdefaultで以下のようになっているから自前のstateのtypeを指定
してあげないと「Property 'value' does not exist on type 'Readonly<{}>'
」というように怒られるようです。
参考リンク
https://stackoverflow.com/questions/47561848/property-value-does-not-exist-on-type-readonly
More than 3 years have passed since last update.
stateのtypeを指定しないと怒られるようです。→ Property 'value' does not exist on type 'Readonly<{}>'
Posted at
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme