KyleJune / deno-tailwind-ui-react-example

An example of how you can use Tailwind UI and React with Deno
20 stars 5 forks source link

Update deps and esm.sh version #18

Closed KyleJune closed 2 years ago

KyleJune commented 2 years ago

Part of the issue with react and react-dom appears to be related to state on esm.sh servers. When updating to v59 of esm.sh, the react types version changed allowing me to get rid of the local copies of react and react-dom from the deps directory. react-dom-router is still broken though so I had to keep my local copy of it that uses a different minor revision of the history module (5.2.0 is broken, 5.1.0 works).