-
I Have bug, after update elderjs version from 1.6.3 to 1.6.5
stack: 'SyntaxError: Unexpected token l in JSON at position 2\n at JSON.parse ()\n at Object.inlinePreprocessedSvelteComponent (C…
-
It was mentioned here in multiple issues that parsing of hydrate-options={{}} is broken in 1.7.5
https://github.com/Elderjs/elderjs/issues/227
https://github.com/Elderjs/elderjs/issues/226
This…
-
Hi.
1) When you import a component under the name which doesn't coincide with the filename, it fails to be hydrated because svelteComponent can't find it.
```
import Comp from "CompLongName.svel…
-
Hi, I'm using html component inside .md and interactivity is not working (not mounted ?) - Is there a way to make it "mount", using like hydrate-client={{}} ?
Thanks
P.S Even better if we can u…
-
When searching www.npmjs.com for "elderjs" the top result (due to being an "exact match") is [nickreese/elderjs](https://github.com/nickreese/elderjs) ie. 3 files that haven't been changed in 2 years,…
nat42 updated
2 years ago
-
The href attribute of `` tags is an absolute url like `href=/path/to/file`. As a result those files aren't loaded when opening the build result (`public/index.html`) locally during development. This i…
-
The latest possible version that can be installed is 3.5.0 because of the following conflicting dependency:
```
@elderjs/plugin-browser-reload@1.3.4 requires engine.io@~3.5.0 via socket.io@2.4.1
``…
-
https://user-images.githubusercontent.com/13614530/139911351-b78fc5f1-0712-41c7-a500-896f3134cd7b.mp4
-
### Describe the problem
I'm using Svelte as a part of Elderjs framework which generates static pages using Svelte templates in SSR mode.
Very often it is needed to have some js code on the static p…
-
Hugo proudly presents itself with the slogan "The world’s fastest framework for building websites" in its website and in its main repository.
If that's the case, it'd be nice to have live benchmark…