Artyom Tuchkov
Artyom Tuchkov
If you type some specific characters such as `{@asd}` and play around with next `@` a bit then you'll notice that tooltip is not being hidden even if the `@`...
## Сообщение об ошибке Речь пойдет про работу коллбэков на js, в частности о дефолтном коллбэке, который вызывается на этой строчке https://github.com/bezumkin/miniShop2/blob/f92cc8f13229c9e8e94c0afcc285b79549a6e912/assets/components/minishop2/js/web/default.js#L413 Итак, по порядку, как он работает: 1. Меняется...
### Describe the bug When `createResource` throws some specific error (in this case it's axios error) that seroval can't handle, the app gets broken with the following error message: "Error:...
`Solid-toast` creates a store in global scope which is literally just a global variable that's created only once on the server and being shared across all the clients afterwards: https://github.com/ardeora/solid-toast/blob/9d2ce4f76c83ebe5d64602cf8164f60556615b68/src/core/store.ts#L4...
### What version of Elysia is running? 1.2.25 ### What platform is your computer? Darwin 23.5.0 arm64 arm ### What steps can reproduce the bug? 1. Add a validation schema...
### Describe the bug Sometimes transitions may cause missing elements after hydration, especially if a component renders a signal that changes during the rendering process, like in the attached example....