Fergus Meiklejohn
Fergus Meiklejohn
The problem is the firebase-admin package needs bumped to the latest version. Just submitted a PR
@YurkoHoshko's fork and Fix Mac Path worked great
Is there a way we can use the browser implementation in JS isolates?
Thanks! Yes the beauty of the component is that it implements all that default open/close functionality, which we wouldn't want to lose to be able to get some manual control.
@lupas Would we want to bind on the server? Maybe the server is just a simple query, get the data we need to render html, then we bind on the...
I've had a bit of a rethink on this one. I may just be that my app and schema are a bit complex. Like I never query a single table...
some overlap with this issue: https://github.com/radix-ui/website/issues/214
I was about to open a new issue but I wonder if it would be better to add it here because it seems connected: Homebrew won't install or upgrade packages...
yeah I'm getting the same error in a Remix app ```bash Error [ERR_REQUIRE_ESM]: require() of ES Module /node_modules/react-charts/node_modules/d3-time-format/src/index.js from /node_modules/react-charts/lib/utils/buildAxis.linear.js not supported. Instead change the require of index.js in /node_modules/react-charts/lib/utils/buildAxis.linear.js...
I fixed the problem with Remix by adding this to the remix config: `serverDependenciesToBundle: ["react-charts", "d3-time-format"],`