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

feature/react19 #823

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update package-lock.json
tusharpandey13 committed Jan 19, 2025
commit 6470629525472e321e05bda91694f85638f9048b
2,267 changes: 23 additions & 2,244 deletions package-lock.json

Large diffs are not rendered by default.


Unchanged files with check annotations Beta

const user = await client.getUser();
dispatch({ type: 'LOGIN_POPUP_COMPLETE', user });
},
[client]

Check warning on line 201 in src/auth0-provider.tsx

GitHub Actions / Build Package

React Hook useCallback has a missing dependency: 'handleError'. Either include it or remove the dependency array

Check warning on line 201 in src/auth0-provider.tsx

GitHub Actions / BrowserStack Tests

React Hook useCallback has a missing dependency: 'handleError'. Either include it or remove the dependency array
);
const logout = useCallback(