Closed
Description
Hello,
The issue is still present even with the latest version of Preact.
Environment
- Bun:
1.1.43
- Windows
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
from 10.24.3
to 10.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
- Create a vite project with React (not Preact).
- Make the alias for
react
andreact-dom
topreact/compat
(see Preact documentation). - Install
[email protected]
and@preact/signals
- Render the
Select
component of Mantine (do not forget theMantineProvider
). - Import
@preact/signals
and use it (e.g.const a = signal(0);
). - Run the project and there is no error.
- Upgrade
preact
to10.25.0
. - Run the project and there is an error (page is blank frozen).
Expected behavior
The page should not be blank and frozen after upgrading preact
to 10.25.0
.
Can you please take a look at this issue? Thank you.
Metadata
Metadata
Assignees
Labels
No labels