-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
packages/widget-v2/package.json
Outdated
@@ -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", |
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.
i can remove this now
currently the effect is triggering too often, we need to only set the
debouncedSkipRouteRequestAtom
when it differs fromnewRouteRequest
usinglodash.isEqual