commercelayer / mfe-checkout

Commerce Layer Hosted Checkout
https://commercelayer.io
MIT License
42 stars 47 forks source link

Avoid to show the `Errors` component when an error is present on other context #421

Closed malessani closed 8 months ago

malessani commented 8 months ago

Description

To omit an error from displaying on a particular section we use a blank space as message. This is going to display a div with a space inside.

Expected Result

The expected result was to not render the components if the error is not relative to the section.

Actual Results

The actual result was a blank div rendering.

malessani commented 8 months ago

:tada: This issue has been resolved in version 4.5.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: