Skip to content

Comments

fix(error): Minifi error 130#894

Merged
cmp5987 merged 1 commit intomainfrom
cp-fix-minified-react-error
Apr 6, 2025
Merged

fix(error): Minifi error 130#894
cmp5987 merged 1 commit intomainfrom
cp-fix-minified-react-error

Conversation

@cmp5987
Copy link
Collaborator

@cmp5987 cmp5987 commented Apr 6, 2025

What type of PR is this?

/kind bug

Which issue(s) this PR fixes:

We are encountering Unexpected Application Error!Minified React error #130.

This can be caused by misalignments in import styles and there may be an issue related the MobileNav changes using newer versions of HeadlessUI where other pages are using deprecated versions.

More detailed explanation/understanding of the potential cause:
The new change was starting to use the newer version of Transition and Dialog where their internal components are now imported separately (ie: TranslationChild instead of Translation.Child). Since other locations in the repo used Translation.Child, there were 2 versions of the same component that were getting used in different parts. If the version of the Translation which required TranslationChild to be imported separately we loaded first then Translation.Child version would break and vice versa.

@cmp5987 cmp5987 added bug Something isn't working Frontend labels Apr 6, 2025
@cmp5987 cmp5987 requested a review from hulto April 6, 2025 00:57
@cmp5987
Copy link
Collaborator Author

cmp5987 commented Apr 6, 2025

Tested via local deploy of docker

@cmp5987 cmp5987 closed this Apr 6, 2025
@cmp5987 cmp5987 reopened this Apr 6, 2025
@cmp5987 cmp5987 merged commit cf59639 into main Apr 6, 2025
8 checks passed
@cmp5987 cmp5987 deleted the cp-fix-minified-react-error branch April 6, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants