-
I was using data from the query parameters to fetch data inside of a useDeno hook... but it seems there's no dependency tracking for query params.
Looking here it uses only the pathname:
https:/…
-
If I add the following entry to `import_map.json`:
```json
{
"imports": {
"react-router-dom": "https://esm.sh/react-router-dom@17.0.2"
}
}
```
And then attempt to import `r…
-
```js
$ aleph dev
Check https://deno.land/x/aleph@v0.2.28/cli.ts
Check https://deno.land/x/aleph@v0.2.28/cli/dev.ts
error: Uncaught (in promise) NotSupportedError: Cannot set "location".
…
-
I get this message
ERROR Aleph.js needs Deno 1.8.0+, please upgrade Deno
when running
aleph dev
but I have deno 1.10.1 installed
-
The errors look like this: https://github.com/yarnpkg/yarn/issues/7212
They happen consistently when I clear my caches locally, and start the server fresh and loaded the index file (errors happen o…
-
I'm using Deno and Aleph and when adding in the Zustand library, I get the following warning:
```
Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the…
-
If you set the `srcDir` option in `aleph.config.js` the `public` directory is taken from `"./"` instead of the `srcDir`
-
Is there anyway to get sapper to work with deno instead of node.js?
Deno is created by the original creator of node.js. It's his version of an improved node.js (if he could rebuild it from scratch)…
pjebs updated
3 years ago
-
If the import URL of a module has a query string, e.g.
```diff
{
"imports": {
"aleph": "https://deno.land/x/aleph@v0.3.0-alpha.1/mod.ts",
"aleph/": "https://deno.land/x/aleph@v0.3…
-
First of all: thank you for your great works! I'm super excited with Deno and will be following its growth along with projects like these. I've just started my first experiment on Deno with aleph. Got…