build: support runtime React Jsx in @excalidraw/utils (#4866)

* build: support runtime React Jsx

* revert version

* upgrade
This commit is contained in:
Aakansha Doshi
2022-03-04 10:58:02 +05:30
committed by GitHub
parent 45f3410da8
commit b26e4fcf99
4 changed files with 121 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ npm install @excalidraw/utils
If you prefer Yarn over npm, use this command to install the Excalidraw utils package:
```bashs
```bash
yarn add @excalidraw/utils
```