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

Use same key convention for alternate route keys in dr/dynamic-router #560

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

scizo
Copy link
Contributor

@scizo scizo commented Jan 24, 2025

See issue #559 for more details on the bug. This commit opts for
creating a utility function to create the keys, not because it isn't
easily inlined, as was done before, but I thought it would codify and
reduce the chances of a similar mismatch if this is needed again.

See issue fulcrologic#559 for more details on the bug. This commit opts for
creating a utility function to create the keys, not because it isn't
easily inlined, as was done before, but I thought it would codify and
reduce the chances of a similar mismatch if this is needed again.
@awkay
Copy link
Member

awkay commented Jan 25, 2025

Great catch...I never create routers with that helper function. This explains my confusion...the macro is fine, It's the dyn one that is hosed.

@awkay awkay merged commit 5f4671e into fulcrologic:main Jan 25, 2025
1 check failed
@scizo
Copy link
Contributor Author

scizo commented Jan 26, 2025

Thanks @awkay! I appreciate all that you do and for sharing all of this wonderful code and time.

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.

2 participants