Timon Jurschitsch

Results 11 comments of Timon Jurschitsch

Just opened a PR (#37137) for the following: - Radio - IconButton - Checkbox - Option

It's pretty simple to change the tab title with the `useNextSeoProps` function in the `theme.config.jsx` file: ```ts useNextSeoProps() { return { titleTemplate: '%s – SamIxCode', }; }, ``` If you...

@Elegant-Bird it is, but not really intuitive to find imo https://nextra.site/docs/docs-theme/theme-configuration#seo-options

(sorry for the late reply, somehow didn't get a notification..) Thanks for looking into this. I found this bug while writing e2e tests at work and it only seems to...

Since this is something I also would love to have, I took a dive into the GH docs. Apparently [linking a PR to an issue](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issues) does not trigger workflows. Maybe...

Having the same issue on a `next.js` project

Can confirm this bug. Encountered it in a large TypeScript/React Problem and only had the issue in `.tsx` files. Normal `.ts` files don't appear to cause this error.

I think this has been fixed with one of the latest commits. Just removed the pin to the suggested commit and I did not get this error in the places...