We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
react-is
1 parent f9dfa0e commit ef09073Copy full SHA for ef09073
packages/charts/README.md
@@ -16,6 +16,22 @@ Charts only offer limited accessibility support with only basic built-in feature
16
17
To use this library with React 19 you have to override your `react-is` version to match your React version!
18
19
+- **npm:**
20
+
21
+ ```json
22
+ "overrides": {
23
+ "react-is": "19.1.0"
24
+ },
25
+ ```
26
27
+- **yarn**
28
29
30
+ "resolutions": {
31
32
33
34
35
## Documentation
36
37
You can find an interactive documentation in our [Storybook](https://sap.github.io/ui5-webcomponents-react/).
0 commit comments