Skip to content

Commit

Permalink
Merge pull request #41 from pmndrs/v3
Browse files Browse the repository at this point in the history
react 18 support
  • Loading branch information
AlaricBaraou authored May 15, 2022
2 parents 24a3240 + 5990226 commit 321a7e3
Show file tree
Hide file tree
Showing 17 changed files with 114,867 additions and 23,569 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.DS_Store
node_modules
.cache
.example/.parcel-cache
dist
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<body>
<div id="root"></div>
<script src="./src/index.js"></script>
<script src="./src/index.js" type="module"></script>
</body>
</html>
Loading

0 comments on commit 321a7e3

Please # to comment.