Skip to content

Fix wrong type for receiveNavigationFallbackId#56830

Closed
widoz wants to merge 3 commits intoWordPress:trunkfrom
widoz:patch-1
Closed

Fix wrong type for receiveNavigationFallbackId#56830
widoz wants to merge 3 commits intoWordPress:trunkfrom
widoz:patch-1

Conversation

@widoz
Copy link
Copy Markdown
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants