-
Notifications
You must be signed in to change notification settings - Fork 162
@State property change ends with error #51
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
Comments
Can you point me where should I look? debug? Maybe I will be able to fix it myself and prepare PR with a fix. Thanks :) |
No logs emitted? I'd just step through the code to check how the error happens. |
The code is working. Is doing what it should. The value in swift changes. |
Do you have a repo demonstrating the issue? If so I may or may not have a look at it. |
@helje5 |
This is the exact project I am using rn |
I have a
@State var alert: (header: String, message: String)? = nil
changing it's value do not remove view from DOM. Further more the call ends with error:
[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (handle, line 0)
The value is changed inside:
The text was updated successfully, but these errors were encountered: