LoginSignup
1
0

More than 1 year has passed since last update.

"Warning: Received `true` for a non-boolean attribute"が出たときの対策

Posted at

エラーメッセージ

Warning: Received `true` for a non-boolean attribute

上記の様なエラーが発生。

対策

propsに$をつける

参考

https://github.com/styled-components/styled-components/issues/1198
https://styled-components.com/docs/api#transient-props

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0