okp4 / ui

🎨 Implementation of OKP4 UI components in React, TypeScript, and SASS.
https://ui.okp4.space/
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

fix: fix i18n import #589

Closed ccamel closed 2 years ago

ccamel commented 2 years ago

Fix (restore) incorrect aliased import introduced by #580 which no longer imports translations in the domain error.

This leads the faucet-web (in prod) to display this (for almost all errors):

image

And the design system storybook as well.

image
codecov-commenter commented 2 years ago

Codecov Report

Merging #589 (1665e0e) into main (62ac492) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #589   +/-   ##
=======================================
  Coverage   96.73%   96.73%           
=======================================
  Files          74       74           
  Lines         950      950           
  Branches      146      146           
=======================================
  Hits          919      919           
  Misses         29       29           
  Partials        2        2           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ccamel commented 2 years ago

@lolottetheclash @fredericvilcot to be tested carrefully.

bot-anik commented 2 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: