-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve backlink in order details and draft order details #5193
Conversation
🦋 Changeset detectedLatest commit: 17a2669 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
replace?: boolean; | ||
preserveQs?: boolean; | ||
resetScroll?: boolean; | ||
state?: Record<string, unknown>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: can't we take this props type from react-router?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
state
has unknown
type, it can be anything
* improve backlink in order details * fix tests * pass navigator opts to datagrid * make hook generic * fix ts * fix test --------- Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
What type of PR is this?
Related Issues or Documents
Usage Instructions, Screenshots, Recordings
CleanShot.2024-10-02.at.11.55.30.mp4
Have you written tests?
[Optional] Description