-
## Update based on Next improvements
Future version of Next (9.6 most probably) will include a smarter setup for i18n, that we should include into Vulcan when it's more mature.
We already suppor…
-
### What version of `million` are you using?
0.0.73
### Are you using an SSR adapter? If so, which one?
Netlify
### What package manager are you using?
npm
### What operating system are you usin…
-
Currently sheet created by jss-isolate is not added to the sheets registry when rendered on the server. This is only a problem for SSR, because it can't aggregate the sheet.
Discovered by @typical0…
-
As part of yarn 2 they are adding a new method of accessing dependencies: pnp
https://classic.yarnpkg.com/en/docs/pnp/
https://classic.yarnpkg.com/en/docs/pnp/getting-started
since you're using…
-
Hi,
Thanks for providing the SSR caching library! I am tasked to evaluate it to be used in the project I am working on.
Unfortunately I am seeing this error as soon as I included your library i…
-
在`?csr=true`时,渲染的html如下
```
easy-react-ssr
```
导致直接访问了koa-static的静态文件,连接没有断开,第二次…
-
here is code of my page:
```js
render() {
const {
query: { random_key }
} = this.props
return (
)
}
```
Rehydrated pag…
-
Hello, I can’t seem to pass the "true" value in defaultVisible to a created and registered modal window, how can I do this correctly?
Typescript suggests exactly this method, but no matter how hard I…
-
### What version of HonoX are you using?
0.1.23
### What steps can reproduce the bug?
1. select x-basic template
2. transition app from `hono/jsx` to `@hono/react-renderer`
3. install valti…
-
React version - 17.0.2
Draggable version - 4.4.4
```
{children}
test
```
in the above snippet I am getting the console err…