You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: mention document files for mdn/content can be in .md (mdn#5684)
* Mention document files for mdn/content can be in .md
* Mention index.md is recommended
Co-authored-by: Jean-Yves Perrier <[email protected]>
Co-authored-by: Schalk Neethling <[email protected]>
fix:chore ~ ensure consistency in usage of extraClasses (mdn#5839)
This ensures we consistently use the same pattern when using `extraClasses`.
It also updates some of the typings to always set `extraClasses` to options and
the type to either `string` or `null`.
Also removes the unused Select component.
Co-authored-by: Claas Augner <[email protected]>