-
Using the Highlight component inside a component that is not marked with "use client" will throw the following error:
```
TypeError: Super expression must either be null or a function, not undefin…
-
### Expected behavior
When a plugin adds a server link with a `TranslatableComponent` as its display name, the component **is rendered** using `GlobalTranslator`, just like any other component serial…
-
I checked if I can use nanostroes with server components in Nextjs, and didn't find any luck.
The below setup renders, but the store init does not fire, and I find store with the initial state both o…
-
### Bug Description
## Bug description
In the next.js docs, it is mentioned that the PosthogPageView needs to be dynamically imported at the layout level, which usually is a server component. I di…
-
# How do React Server Components(RSC) work internally in React?
React Server Components are rendered on server and its JSON format response is streamed to client in multiple chunks.
[https://jser.de…
-
### What version of `@strapi/blocks-react-renderer` are you using?
```
"@strapi/blocks-react-renderer": "^1.0.1",
"react": "^18.3.1"
```
### What's Wrong?
I am trying to use the BlocksRend…
wzrdx updated
2 months ago
-
### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I've loo…
-
Another issue I am having after the update. The code used to work.
When I change the value (brightness) on Home App, the callback function is called
```
void state_change_on_callback(homekit_ch…
-
I was thinking about splitting up the server and the gsconnect utils into separate parts, similar to what kinnay did with [NintendoClients](https://github.com/kinnay/NintendoClients/). This way, all r…
-
k0sctl 0.19.4 appears to incorrectly detect changes in the `--enable-worker` k0s controller install flag value which leads to unexpected controller restarts in the reinstall phase.
Here is an example…