-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix #13059: Add generic parameter to emit and emitTo #13066
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
Conversation
Package Changes Through 87af950There are 3 changes which include @tauri-apps/api with patch, tauri with minor, tauri-utils with minor 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 |
.changes/change-pr-13066.md
Outdated
--- | ||
"@tauri-apps/api": patch | ||
"tauri-utils": patch | ||
"tauri-macos-sign": patch | ||
"tauri-bundler": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-codegen": patch | ||
"tauri-macros": patch | ||
"tauri-plugin": patch | ||
"tauri-build": patch | ||
"tauri": patch | ||
"@tauri-apps/cli": patch | ||
"tauri-cli": patch | ||
"tauri-driver": patch | ||
--- | ||
|
||
fix |
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.
--- | |
"@tauri-apps/api": patch | |
"tauri-utils": patch | |
"tauri-macos-sign": patch | |
"tauri-bundler": patch | |
"tauri-runtime": patch | |
"tauri-runtime-wry": patch | |
"tauri-codegen": patch | |
"tauri-macros": patch | |
"tauri-plugin": patch | |
"tauri-build": patch | |
"tauri": patch | |
"@tauri-apps/cli": patch | |
"tauri-cli": patch | |
"tauri-driver": patch | |
--- | |
fix | |
--- | |
"@tauri-apps/api": patch:enhance | |
--- | |
Add a generic to `emit` and `emitTo` functions for the `payload` instead of the previously used type (`unknown`). |
close #13059