TheBuilderJR
TheBuilderJR
### Describe the bug I get the following error ``` Dec 06 03:52:39 ubuntu-4gb-hel1-1 llm-templates[68831]: Error("unknown variant `billing_portal.session`, expected one of `account`, `capability`, `application`, `application_fee`, `fee_refund`, `balance`, `bank_account`, `billing_portal.configuration`, `card`,...
tried this to no avail onKeyDown={(e) => { if (e.key == "Enter" && (e.ctrlKey || e.metaKey)) { onSubmit(e); return false; } }}
Seems to be broken when SSR'd due to a dependency on window? ``` ReferenceError: window is not defined ``` My code ``` import { Tree } from "react-arborist"; const data...
works fine for me :) let's bump the package.json accordingly? thanks!
### Describe the bug For example https://telemetry.sh caches the last mode. Feels like there should be a more robust way. ### Your Example Website or App https://telemetry.sh ### Steps to...
### Description use chatgpt to render some equations like so  you can also reproduce by trying out the same prompt at https://quizchat.ai ### Code...