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
Non descriptive error causes ui not to render using some components. Downgrading to react 18 solved this issue. I'm not sure which components are affected but at least ActionList.Item and CheckBoxGroup.Label are affected. This error is consistent across chrome, safari and Firefox.
Steps to reproduce
initialize project, I used vite. npm create vite@latest
Uh oh! @fasonju, at least one image you shared is missing helpful alt text. Check your issue body to fix the following violations:
Images should have meaningful alternative text (alt text) at line 5
Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.
Description
Non descriptive error causes ui not to render using some components. Downgrading to react 18 solved this issue. I'm not sure which components are affected but at least
ActionList.Item
andCheckBoxGroup.Label
are affected. This error is consistent across chrome, safari and Firefox.Steps to reproduce
npm create vite@latest
npm install @primer/react
npm run dev
Version
v37.17.0
Browser
Safari
The text was updated successfully, but these errors were encountered: