Skip to content

Commit ef09073

Browse files
committed
docs(charts): clarify react-is override
1 parent f9dfa0e commit ef09073

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/charts/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ Charts only offer limited accessibility support with only basic built-in feature
1616

1717
To use this library with React 19 you have to override your `react-is` version to match your React version!
1818

19+
- **npm:**
20+
21+
```json
22+
"overrides": {
23+
"react-is": "19.1.0"
24+
},
25+
```
26+
27+
- **yarn**
28+
29+
```json
30+
"resolutions": {
31+
"react-is": "19.1.0"
32+
},
33+
```
34+
1935
## Documentation
2036

2137
You can find an interactive documentation in our [Storybook](https://sap.github.io/ui5-webcomponents-react/).

0 commit comments

Comments
 (0)