Andréas Hanss
Andréas Hanss
### Are you using the latest version of this library? - [X] I verified that the issue exists in the latest next-safe-action release ### Is there an existing issue for...
Hello, Using a custom avatar like so: ```tsx personaOptions={{ user: { name: user.displayName ?? "👾", avatar: ( ), }, }} ``` makes `AppAvatar` to trigger re-render on each keystroke while...
> [!note] > There is a lot of information below, sorry if this is a bit disordered, I try to update the issue everytime it gets clearer on my mind,...
I want to be able to lazy load my history. Currently, I need to do a hacky trick with a react `key` as `initialConversation` is not reactive. It could be...
### Link to the code that reproduces this issue https://github.com/ScreamZ/reproduction-app-cookies-middleware ### To Reproduce 1. Start application 2. Clic "click me" button ### Current vs. Expected behavior Cookies are set in...
@endel Had issue with your ESM code you can try it with a simple with bun (ou deno or node as u which), the important part is `"type": "module"` or...
> [!WARNING] > Do not merge until clock is released, as it depends on it and i need to update depencies for 1.1 > Ping me when ready. @endel Had...
 Hi @endel, This only occurs if `package.json` has `"type": "module"` With gamestdio package, no error but a strange `.default` is required (and doesn't works)...
This is the first milestone to improve TypeScript usage of `xs-dev`. # State of art Currently you can run a new Ts project using `xs-dev init --typescript`. This gives two...