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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: