FredericHeem/starhackit

adding icons to mdlean buttons

bigbadbrad opened this issue · 2 comments

This isn't a bug, but how can icons be added to menuItems.ts to display in navbar?

When I add icons to the menuItems, I get the error:
Error: Objects are not valid as a React child (found: object with keys {FaUser}). If you meant to render a collection of children, use an array instead.

icon_in_menuItems

icon_added_to_button

error

Use createElement instead of bracket, see #559

Perfect thx!