iamyoki / transition-hook

☄️ An extremely light-weight react transition animation hook which is simpler and easier to use than react-transition-group

Home Page:https://github.com/iamyoki/transition-hook#%EF%B8%8F-transition-hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility

EA12 opened this issue · comments

Hi all,

I am in a SPFx-Project with TypeScript-Version 4.5.5
I can only use React-Version 16.13.1 as the highest version, because of SPFx-Compatibility

"transition-hook": "^1.5.2"
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"react": "^16.13.1",
"react-dom": "^16.13.1"

When bundeling my component with gulp bundle --ship, I get typical errors about not existing modules due to incompatibility.

Does your component not support React-Version 16.13.1?

with kind regards, Ronny