-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix: fix panic caused by removed_resource.is_none (fix #11955) #12000
fix: fix panic caused by removed_resource.is_none (fix #11955) #12000
Conversation
Tauri has a bug in it which causes it to panic. I've created a PR to fix it (tauri-apps/tauri#12000) but it might take a while for them to merge it and release a new version. In the meantime, we can switch to using our fork.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, could you also add a change file in .changes
directory?
Package Changes Through 562f7e6There are 8 changes which include @tauri-apps/api with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Added a file in |
Co-authored-by: Amr Bashir <github@amrbashir.me>
…i into st-fix-resource-assert
closes #11955
Fixes a panic caused by an assert when the resource random id has been used already