-
Notifications
You must be signed in to change notification settings - Fork 29
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: compatibility with the latest Tauri release #14
Conversation
Thanks for the PR. 🙏
Yes, I was planning to work on it, but I was on vacation and just got back. |
All good! Hope you enjoyed your vacation! Hope this PR helps. Feel free to take your time reviewing it. |
I'll look into it, but I'm stuck with this issue on Windows. I can only move forward if this problem is fixed. :/ tauri-apps/tauri#7784 |
Related issues: #13 |
tauri-apps/tauri#7801 |
@tauri-apps/plugin-window
for compatibility with latest release
Issue
Currently,
tauri-controls
doesn't work with the latest versions of@tauri-apps/plugin-window
due to a refactor..Links
Solution
Bumping each package's version of
@tauri-apps/plugin-window
to2.0.0-alpha.1
, as well as modifying code to adjust for the refactor has fixed this issue.Notes
ref()
andcreateSignal()
function calls removed respectively, as they are no longer required.