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

[PLAT-11855] Forward navigation refs #431

Merged
merged 8 commits into from Mar 27, 2024

Conversation

gingerbenw
Copy link
Member

@gingerbenw gingerbenw commented Mar 27, 2024

Goal

Fix an issue where refs are not forwarded to the NavigationContainer

Changeset

Update createNavigationContainer to pass refs to the returned component and update types to ensure compatibility

Testing

Added unit test to ensure ref is passed correctly and navigation can occur

@gingerbenw gingerbenw force-pushed the PLAT-11855/navigation-container-ref branch from 464ab9c to 6a1fba4 Compare March 27, 2024 11:17
Copy link

github-actions bot commented Mar 27, 2024

Browser bundle size

NPM build

Package
Before 183.50 kB
After 183.50 kB
± No change

CDN build

Unminified Minfied Minified + gzipped
Before 91.28 kB 34.22 kB 10.37 kB
After 91.28 kB 34.22 kB 10.37 kB
± No change No change No change

Code coverage

Coverage values did not change👌.

Total:

Lines Branches Functions Statements
87.73%(+0%) 78.81%(+0%) 88.55%(+0%) 84.49%(+0%)

Generated against 03c29f4 on 27 March 2024 at 11:49:29 UTC

@gingerbenw gingerbenw marked this pull request as ready for review March 27, 2024 11:32
Copy link
Contributor

@lemnik lemnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gingerbenw gingerbenw merged commit 9388f1c into next Mar 27, 2024
38 checks passed
@gingerbenw gingerbenw deleted the PLAT-11855/navigation-container-ref branch March 27, 2024 13:04
@gingerbenw gingerbenw mentioned this pull request Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants