mlaursen / react-md

React material design - An accessible React component library built from the Material Design guidelines in Sass
https://react-md.dev
MIT License
2.34k stars 303 forks source link

Icon names are off by one within the material icons docs. #1423

Closed arminbro closed 1 year ago

arminbro commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://react-md.dev/packages/material-icons/demos
  2. Scroll down, and you should see the icons/labels are mismatched by one.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

mlaursen commented 1 year ago

Thanks for reporting this issue. Looks like it was an issue around different order for Object.entries() between node and the browser which caused it to be off after SSR. This fix should be live in about 20 minutes.

arminbro commented 1 year ago

Excellent, thanks for the quick turnaround!