-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Description
- Check if updating to the latest version resolves the issue
Environment
- I am using
@preact/signals-core - I am using
@preact/signals - I am using
@preact/signals-react- I understand usage changed in v2, and I've followed the React Integration instructions
Describe the bug
On web, it works fine. the input field shows the existing signal value. but on ios/android, the initial signal value does not show.
To Reproduce
https://snack.expo.dev/PWLDLLtxZpvpWq2hW_OKT?platform=web
Steps to reproduce the behavior:
- Go to the url above
- go to the web version and see that its working as intended, the input field contains "test"
- go to android/ios, see that the input field is empty.
Expected behavior
The input field for ios/android should contain the word "test" just like in the web version.
Reactions are currently unavailable