You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✓] I have provided a minimal reproducible example
[✓] I have included the versions of fastlite, fastcore, and fasthtml
[✓] I understand that this is a volunteer open source project with no commercial support.
Additional context
I used FtResponse() so I could set a non-200 status_code for the response (such as 422 for a form POST having validation errors), maybe there is a simpler way to do just that... but I guess toasts should work anyway when using FtResponse().
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Wrapping the response with FtResponse() apparently breaks toasts, meaning the toast won't show in the browser.
Minimal Reproducible Example
Expected behavior
Toasts should show in the browser.
Environment Information
Please provide the following version information:
Confirmation
Please confirm the following:
Additional context
I used FtResponse() so I could set a non-200 status_code for the response (such as 422 for a form POST having validation errors), maybe there is a simpler way to do just that... but I guess toasts should work anyway when using FtResponse().
Screenshots
The text was updated successfully, but these errors were encountered: