Rodrigo Pombo
Rodrigo Pombo
### What version of `astro` are you using? 1.0.0-rc.8 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm, yarn...
I think some bundlers (and node) need the esm files to have the `.mjs` extension (or type="module" in package.json). Otherwise, they treat the esm file as commonjs. I'm currently having...
Hi! In the [Down direction example](https://react-range.netlify.app/?path=/story/range--down-direction) the down arrow key goes up and the up arrow key goes down. Is that intentional?
- `mdx-bundler` version: 8.0.1 - `node` version: 16.13.2 - `npm` version: 8.1.2 When the source mdx imports something from `node_modules`: ```mdx import Ipsum from "lorem/ipsum" # Hello ``` and the...