Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Added hackfix for react-is issues. #8301

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Added hackfix for react-is issues. #8301

merged 1 commit into from
Jul 19, 2023

Conversation

barankyle
Copy link
Member

@barankyle barankyle commented Jul 18, 2023

Summary

Recent commits caused problems with build-client in production; styled-components could not import 'react-is' properly despite it being a dependency of several packages. It seems like an npm install issue, and the quick fix is to manually install react-is after running npm install in builder client builds.

References

closes #insert number here

Checklist

  • If this PR is still a WIP, convert to a draft
  • When this PR is ready, mark it as "Ready for review"
  • ensure all checks pass
  • Changes have been manually QA'd
  • Changes reviewed by at least 2 approved reviewer

QA Steps

List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos.

Recent commits caused problems with build-client in production;
styled-components could not import 'react-is' properly despite it
being a dependency of several packages. It seems like an npm install
issue, and the quick fix is to manually install react-is after
running npm install in builder client builds.
@barankyle barankyle merged commit a0d1d16 into dev Jul 19, 2023
@barankyle barankyle deleted the react-is-debug branch July 19, 2023 03:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant