dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Fixing Localization page error #1585

Closed GomezIvann closed 1 year ago

GomezIvann commented 1 year ago

Checklist (Check off all the items before submitting)

Description The problem was the JSON.parse(JSON.stringify(defaultTranslatedComponentLabels)); line at the method parseLabels. HalstackProvider labels object is not serializable (the object has functions inside), so the JSON methods won't work with this object, causing the error.

Also, the URL to an icon in both Accordion and Button stories was not founded anymore. Updated.

Closes #1584