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 debouncedRouteRequestEffect #239

Merged
merged 7 commits into from
Sep 13, 2024
Merged

Fix debouncedRouteRequestEffect #239

merged 7 commits into from
Sep 13, 2024

Conversation

toddkao
Copy link
Collaborator

@toddkao toddkao commented Sep 13, 2024

currently the effect is triggering too often, we need to only set the debouncedSkipRouteRequestAtom when it differs from newRouteRequest using lodash.isEqual

Copy link

vercel bot commented Sep 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
widget-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 7:37pm

Copy link

changeset-bot bot commented Sep 13, 2024

⚠️ No Changeset found

Latest commit: 2889a37

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -34,6 +34,7 @@
"@storybook/react-vite": "^8.2.6",
"@storybook/test": "^8.2.6",
"@types/eslint__js": "^8.42.3",
"@types/lodash.isequal": "^4.5.8",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i can remove this now

@toddkao toddkao merged commit 9030799 into main Sep 13, 2024
5 of 6 checks passed
@toddkao toddkao deleted the fix-debounce-route branch September 13, 2024 19:28
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