virtuallyunknown
virtuallyunknown
> There isn't a dedicated button the user scrolls over the player to control the volume I know, `Modifier+Mouse Wheel` lets you control volume. All I was trying to say...
Was having this issue with `4.0.153`, now I updated to `4.0.171` and it's still there. If you have something like this, it will give you that error. ```tsx import {...
Using zod schema as a form level onChange validator causes form elements to unnecessarily re-render.
@Miteg you could try the workaround I've described in my post above, but I am not sure what the potential implications of that are to be honest, you'd have to...
I am having a similar issue to this and to #2206, except that it doesn't flicker while it type, but the icons load noticeably slower than the rest. https://github.com/user-attachments/assets/3197c90c-0fc0-4863-9cac-2634933c866f System...
I apologize for going off-topic, but trust me it wasn't for the lack of research on my part. I've searched online for probably an hour for issues related to icons,...
Getting similar errors here, but unfortunately the solutions proposed here don't work for me. ```js import { eslintBaseConfig, eslintPluginStylisticConfig, eslintPluginTypescriptConfig, eslintPluginUnicornConfig, globals, } from '@virtuallyunknown/eslint-config'; import eslintParserTypeScript from "@typescript-eslint/parser"; import...