-
Notifications
You must be signed in to change notification settings - Fork 233
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
No support for React 18? #874
Comments
So now renderHook and act are available in @testing-library/react ? |
Hi, we have a note in the README explaining what is happening with react 18 and an issue for officially deprecating this repo and the npm package. Please be patient as my time for OSS is all but gone and these tasks are very low priority for me. |
- react18 지원하지 않아 npm설치시 의존성에러 발생 - 관련자료 testing-library/react-hooks-testing-library#874
Still no support for the 18.2.0 ? |
Hi @ahmed-khlifi, there are no plans to support React 18 or newer, as per the note in the README. For React 18 support, you should migrate to |
@mpeyper thanks for the clarification |
* Chore: actions에 node-version 16으로 지정 * Chore: add package-lock.json * Chore: update yarn.lock * Chore: ci actions 분리하여 작성 * Chore: rtl react-hooks 의존성 제거 - react18 지원하지 않아 npm설치시 의존성에러 발생 - 관련자료 testing-library/react-hooks-testing-library#874 * Fix: rtl react-hooks 관련 api 제거, 관련 코드 정리 * Chore: node version lts로 변경 * Chore: 테스트 추가 * Chore: 기존 action에서 ci부분 제거 * Chore: mocknews ignore 제거 * Chore: watchall 속성 제거 * Chore: cd actions 추가 * Chore: 테스트위해 트리거 임시변경 - master merge시 진행 * Chore: 기존 aciton yml 제거 * Chore: 임시로 develop에 커밋시 cd 트리거되게 설정 * Fix: Cd시 lint에러원인 수정 * Refactor: MSW 관련 코드 리팩토링 * Fix: lint 에러 수정 * yarn install * chore: update next to 14 * Chore: next 실행시 변경된부분 반영 * Chore: 의존성 업데이트/정리 - react, react-dom 최신버전으로 업데이트 - playwright: 사용하지 않기로 해 제거 * feat: getserversideprops 임시 비활성화 * feat: 기존 pages 폴더명 pages_old로 변경 app router 적용위해 * feat: layout 추가+homepage 추가 * Chore: react query&devtools version up * Fix: hydrate provider 제거 - next14방식으로 재적용위해 제거 * Feat: metadata 관련 옵션 추가 * feat: metadata 초기화 작업 함수로 분리 * feat: 기존 metadata next14형태로 변환 * Feat: homepage app router에 적용 * Feat: 동적 seo 관련 코드 작성 * ADD: axios mock adapter 추가 - api mocking에 사용, 추후 msw 대체예정 * ADD: layout에 children 추가 * ADD: api res mockdata 추가 * Feat: bing api res 임시로 mockdata 리턴 * Feat: 테스트용 seo 설정 추가 * Feat: 검색페이지 seo 관련 사전작업 * Feat: server/client component 관련 에러 수정 * Feat: news fetch query v5에 맞게 작성 * feat: infinite query 관련기능 작업중 * FIX: type 에러 수정 - styled-components 컴포넌트 사용시 타입에러 발생, 관련 의존성 최신으로 업데이트하여 해결 * Feat: 새 페이지 추가 * Feat: prefetch 구현 및 querydata 초기화 확인 * Refactor: 기존 뉴스결과 호출 쿼리 useSuspenseInfiniteQuery 사용해 재작성 * Fix: useInfiniteQuery 오작동 이슈 수정 해결 - prefetchQuery->prefetchInfiniteQuery로 변경 * Feat: news cardlist 컴포넌트 연동 * Feat: api cache 테스트용 api 추가 * chore: yarn 수정 * chore: gitignore 수정 - 기존 pages gitignore에 추가예정 * delete: 기존 pages 제거 - git 반영만 막고 로컬에는 유지 * fix: lint에러 수정 * chore: styled-components version up type 에러 발생하여 최신버전으로 갱신 * chore: react type관련 의존성 업데이트 - 컴포넌트 사용시 type error발생 수정 * chore: 빌드 에러 전부 수정 - 관련기능 전부 리뉴얼 예정으로 일단 주석처리 * chore: package.lock 추가 * commit * commit * Update yarn.lock * fix: 리스트 출력시 에러 발생하는문제 수정 (#75) - useQuery queryFn에 return 빼먹음 --------- Co-authored-by: liam-koh <[email protected]>
Trying to get up and running using the example code from the docs.
Does react-hooks-testing-library have support or a workaround that works with React 18?
react-hooks-testing-library
version: 8.0.1react
version: 18.2.0react-dom
version: 18.2.0node
version: 16.15.0npm
version: 8.14.0The text was updated successfully, but these errors were encountered: