-
Notifications
You must be signed in to change notification settings - Fork 529
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
feat: support for React 19 #6520
Conversation
packages/react-instantsearch-core/src/hooks/__tests__/useInstantSearch.test.tsx
Outdated
Show resolved
Hide resolved
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 86a33c7:
|
@Haroenv I tested it on a Vite app with React 19 and it does solve this problem : #6426 (comment) Now instead it uses (also tested with React 18 and it still works as the namespace was already in the |
Summary
FX-3202
Result
Mostly type-related issues and had to remove
@testing-library/react-hooks
in favor of just@testing-library/react
fixes part of #6496