Skip to content
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 wrong type for receiveNavigationFallbackId #56830

Closed
wants to merge 3 commits into from

Conversation

widoz
Copy link
Contributor

@widoz widoz commented Dec 6, 2023

The integer type does not exists on TypeScript.

What?

Fixing TypeScript type for the function receiveNavigationFallbackId where the type for the fallbackId is specified as integer but it shall be number since the former does not exists in TypeScript.

Why?

Correctly type the function

How?

Correct the function signature

Testing Instructions

Nothing to specify

Testing Instructions for Keyboard

Nothing to specify

Screenshots or screencast

The `integer` type does not exists on TypeScript.
@widoz widoz requested a review from nerrad as a code owner December 6, 2023 15:14
@skorasaurus skorasaurus added the [Type] Developer Documentation Documentation for developers label Apr 23, 2024
@widoz widoz closed this Jul 22, 2024
@widoz widoz deleted the patch-1 branch July 22, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Developer Documentation Documentation for developers
2 participants