-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
styled-components を v6 にする #1349
Comments
styled-components v6 になって これは import { ExecutionContext } from "styled-components";
export type ThemedStyledProps<P> = P & ExecutionContext; |
v5 まで存在していた |
react-transition-group を使ってる箇所で、nodeRef を渡そうとするとエラーが出る。
|
npx tsc の結果(一部抜粋)
おそらくここらへんの話 |
ちなみに |
react-select のランタイムエラーはこれ 以下のコンポーネントを styled-components で装飾して渡すと
|
react-select 側で spacing が参照できない箇所が壊れてるっぽいけど、styled-components でどう扱ってるのかわからないのと、対応策がこちらにあるのか styled-components 自体にあるのかの判断が現状できてない(そもそも theme が壊れてるようにも見える) |
react-select は外から注入したコンポーネントはここで上書きされるはずだけどされてなさそう? ingred-ui のケースだと、ここで |
react-select のエラーの件は styled-components v6.0.0-beta.1 以降で壊れてる |
node_modules の下で print debug してみた感じ、そういうのではなさそうだった。 |
ひとまず現在地のメモを書いた。react-select の問題が解決したら v6 に上げてもいいかもなー(PR は作ったのでマージされれば対応できそう) |
現状、型が export されてなかったりして上げられないので一旦待機。
関連
The text was updated successfully, but these errors were encountered: