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
I try to port Radix UI to preact & Fresh. All primitive work except Select
See :
Repo Live page
Every components work except Select which freezes the page (getItems has no element => error)
No freeze
The code with React https://codesandbox.io/p/sandbox/select-radixui-react-klhjfn
The code with Preact : I have only change React.forwardRef to import { forwardRef } from "preact/compat"; In Fresh, I made alias/external to react The repo to test https://github.com/hapaxlife/select-radixui-preact
@andrewiggins offers a solution to make it compatible with preact. The change will also improve performance of the primitive.
See : preactjs/preact#4222 (comment)
The text was updated successfully, but these errors were encountered:
Hello @hapaxlife! Is this working now?
Sorry, something went wrong.
Hi,
No it is not working. As I have no comment, I cleaned the issue
No branches or pull requests
Bug report
I try to port Radix UI to preact & Fresh. All primitive work except Select
See :
Repo
Live page
Current Behavior
Every components work except Select which freezes the page (getItems has no element => error)
Expected behavior
No freeze
Reproducible example
The code with React
https://codesandbox.io/p/sandbox/select-radixui-react-klhjfn
The code with Preact : I have only change React.forwardRef to import { forwardRef } from "preact/compat";
In Fresh, I made alias/external to react
The repo to test
https://github.com/hapaxlife/select-radixui-preact
Suggested solution
@andrewiggins offers a solution to make it compatible with preact. The change will also improve performance of the primitive.
See :
preactjs/preact#4222 (comment)
The text was updated successfully, but these errors were encountered: