Open fkoemep opened 6 months ago
To fix it, add export DENO_FUTURE=1
. Note that this doesn't work in Deno Deploy.
If you need Deno Deploy support, you can use if (!IS_BROWSER)
blocks. It's not ideal, and you might run into #2444. It does work though, which is better than nothing.
Here's the full repository with the my project: https://github.com/fkoemep/smiles-search
I'm working with the @headlessui/react library v1.7.17 and Deno v1.43.3, if I upgrade it to any newer version I get the following errors:
And this error appears on devtools with versions above 1.7.17 but below 2.0.0:
Here is my entire deno.json file: