We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SliderPrimitive.Thumb における 当該スライダーの index 取得がうまくいかず、index = -1 となって Tumb に style="{dispaly: none}" が設定されてしまう。 ( useEffect を介した index の再設定が行われず、最初のスライダー未設定でのレンダリング時の設定が保持されていると思われる )
style="{dispaly: none}"
radix-ui 側の issue preact 側の issue
The text was updated successfully, but these errors were encountered:
Thumb について composedRefs を使用(経由)せず、素直に useRef に Thumb element を格納して参照させることで解決できた。
詳細は右の commit を参照 nikogoli/testing_shadcn_ui_for_deno@c2d7b7a
Sorry, something went wrong.
No branches or pull requests
SliderPrimitive.Thumb における 当該スライダーの index 取得がうまくいかず、index = -1 となって Tumb に
style="{dispaly: none}"
が設定されてしまう。( useEffect を介した index の再設定が行われず、最初のスライダー未設定でのレンダリング時の設定が保持されていると思われる )
radix-ui 側の issue
preact 側の issue
The text was updated successfully, but these errors were encountered: