-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
New type for IPopover2SharedProps.renderTarget creates ambiguous type where properties are resolved as unknown #5889
Comments
dlech
referenced
this issue
Jan 24, 2023
Co-authored-by: Adi Dahiya <adi.dahiya14@gmail.com> Co-authored-by: Adi Dahiya <adahiya@palantir.com>
dlech
added a commit
to pybricks/pybricks-code
that referenced
this issue
Jan 24, 2023
github-actions bot
pushed a commit
to pybricks/pybricks-code
that referenced
this issue
Jan 24, 2023
* build(deps): bump @blueprintjs/popover2 from 1.11.3 to 1.12.0 Bumps [@blueprintjs/popover2](https://github.com/palantir/blueprint/tree/HEAD/packages/core) from 1.11.3 to 1.12.0. - [Release notes](https://github.com/palantir/blueprint/releases) - [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md) - [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/popover2@1.12.0/packages/core) --- updated-dependencies: - dependency-name: "@blueprintjs/popover2" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix breaking change in blueprintjs popover2 work around palantir/blueprint#5889 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Lechner <david@pybricks.com>
Acknowledged, I noticed this too. I'll sort out a fix, or add guidance about the breaking change this week. |
2 tasks
dlech
added a commit
to pybricks/pybricks-code
that referenced
this issue
Feb 1, 2023
This was fixed in @blueprintjs/popover2 v1.12.1
It fixes the issue in our case, thanks! |
dlech
added a commit
to pybricks/pybricks-code
that referenced
this issue
Feb 1, 2023
This was fixed in @blueprintjs/popover2 v1.12.1
dlech
added a commit
to pybricks/pybricks-code
that referenced
this issue
Feb 1, 2023
This was fixed in @blueprintjs/popover2 v1.12.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
8d793f6#r97915117
Environment
Code Sandbox
Don't have time to do this at the moment, but see link above for CI failure.
Steps to reproduce
Actual behavior
Expected behavior
Possible solution
Types that inherit from IPopover2SharedProps should
Omit<..., 'renderTarget'>
and supply the correct type.The text was updated successfully, but these errors were encountered: