We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
При использовании UI-Kit выпадает ошибка:
Attempted import error: 'useId' is not exported from 'react' (imported as 'useId'). ERROR in ./node_modules/react-tabs/esm/components/UncontrolledTabs.js 128:15-20 export 'useId' (imported as 'useId') was not found in 'react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)
Компонент react-tabs не используется.
The text was updated successfully, but these errors were encountered:
Версия react в приложение какая?
react
Sorry, something went wrong.
17.0.2, сейчас попробую на 18
на 18.2.0 проблемы нет
No branches or pull requests
При использовании UI-Kit выпадает ошибка:
Attempted import error: 'useId' is not exported from 'react' (imported as 'useId').
ERROR in ./node_modules/react-tabs/esm/components/UncontrolledTabs.js 128:15-20
export 'useId' (imported as 'useId') was not found in 'react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)
Компонент react-tabs не используется.
The text was updated successfully, but these errors were encountered: