-
Currently, this example is using the same tailwind setup as the https://github.com/supabase/supabase.
It would be better if this example didn't require a custom tailwind config and was more general…
-
### Describe the bug
Hello all.
I have a bunch of stories with mdx files, and when running locally everything works as expected. I can browse the custom docs from mdx and stories for the components…
-
```ts
const files = require.context(
// Look in the ./posts directory
"./posts",
// Include subdirectories
true,
// Only include files that end in .mdx
/\.js$/
);
```
Should …
-
![image](https://github.com/user-attachments/assets/65b3e802-a264-4ae0-9170-0a4a5c29f877)
```
Run appleboy/ssh-action@master
Run echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
Run entrypoint.sh
…
-
smyja updated
4 months ago
-
## Steps to reproduce
Scenario 1:
1. Create custom global Flowbite theme
2. Wrap your page content in Flowbite component with theme passed as theme prop
3. Launch Next.js dev server and perform …
-
### :wrench: Summary
This may be me misunderstanding lefthook's philosophy, but after reading through those issues and PRs:
* https://github.com/evilmartians/lefthook/pull/402
* https://github.…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …
-
### Link to the code that reproduces this issue
https://github.com/hamlim/next-mdx-remote-jsx-runtime-bug
### To Reproduce
1. Clone the repo
2. Install dependencies via `bun install`
3. `cd apps/…
-
just clone the repo to try this out. didnt make any code changes. used the node version from .nvmrc file (12.21.0)
run npm dev and get this error:
```bash
Error [ERR_REQUIRE_ESM]: Must use impo…