-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Freeze issue introduced in version 10.25.0 of Preact with Mantine #4628
Comments
Please create a Vite Preact project, I don't think You can use the following template on StackBlitz to get started: https://stackblitz.com/edit/create-preact-starter |
I've just tried with Preact template there is still the issue. Here is a link with create preact starter: https://stackblitz.com/edit/create-preact-starter-wujgrgxr?file=src%2Findex.jsx (I'm not familiar with stackblitz, hope the link is working well) |
That works, thanks! Helps maintainers a lot to start from a known working setup. Definitely caused by #4560, might be reliant upon #4627 & preactjs/signals#630, |
This will be fixed in preactjs/signals#630 you can read the pr for some detail if you like |
Hello,
The issue is still present even with the latest version of Preact.
Environment
1.1.43
Describe the bug
In a web project with Preact, Preact signals, and Mantine with Select or SegmentedControl component, the page is blank and frozen after upgrading
preact
from10.24.3
to10.25.0
.To Reproduce
Here is a Github repository that demonstrates the issue: https://github.com/nicolasventer/Preact-Issue
Small description to reproduce the issue
react
andreact-dom
topreact/compat
(see Preact documentation).[email protected]
and@preact/signals
Select
component of Mantine (do not forget theMantineProvider
).@preact/signals
and use it (e.g.const a = signal(0);
).preact
to10.25.0
.Expected behavior
The page should not be blank and frozen after upgrading
preact
to10.25.0
.Can you please take a look at this issue? Thank you.
The text was updated successfully, but these errors were encountered: