-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 17 compatibility (as patch to 1.28) #2431
Merged
bryancunningham-okta
merged 2 commits into
1.28
from
bs-OKTA-838077-react-17-compatibility-as-patch
Dec 2, 2024
Merged
React 17 compatibility (as patch to 1.28) #2431
bryancunningham-okta
merged 2 commits into
1.28
from
bs-OKTA-838077-react-17-compatibility-as-patch
Dec 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bryancunningham-okta
approved these changes
Dec 2, 2024
bryancunningham-okta
deleted the
bs-OKTA-838077-react-17-compatibility-as-patch
branch
December 2, 2024 18:07
benschell-okta
added a commit
that referenced
this pull request
Dec 3, 2024
This reverts commit 8a51b78.
bryancunningham-okta
pushed a commit
that referenced
this pull request
Dec 3, 2024
* fix: fixes import in renderReactInWebComponent * test: fixes unit tests for renderReactInWebComponent --------- Co-authored-by: Kevin Ghadyani <kevin.ghadyani@okta.com>
oktapp-aperture-okta bot
pushed a commit
that referenced
this pull request
Dec 3, 2024
DES-6853 React 17 compatibility (as patch to 1.28) (#2431) * fix: fixes import in renderReactInWebComponent * test: fixes unit tests for renderReactInWebComponent --------- Co-authored-by: Kevin Ghadyani <kevin.ghadyani@okta.com> build: bump versions for 1.28.1 docs: update CHANGELOG for 1.28.1 chore(odyssey-react-mui): trigger build
benschell-okta
added a commit
that referenced
this pull request
Dec 3, 2024
bryancunningham-okta
added a commit
that referenced
this pull request
Dec 3, 2024
DES-6853 React 17 compatibility (as patch to 1.28) (#2431) * fix: fixes import in renderReactInWebComponent * test: fixes unit tests for renderReactInWebComponent --------- Co-authored-by: Kevin Ghadyani <kevin.ghadyani@okta.com> build: bump versions for 1.28.1 docs: update CHANGELOG for 1.28.1 chore(odyssey-react-mui): trigger build
bryancunningham-okta
pushed a commit
that referenced
this pull request
Dec 3, 2024
bryancunningham-okta
added a commit
that referenced
this pull request
Dec 3, 2024
DES-6853 React 17 compatibility (as patch to 1.28) (#2431) * fix: fixes import in renderReactInWebComponent * test: fixes unit tests for renderReactInWebComponent --------- Co-authored-by: Kevin Ghadyani <kevin.ghadyani@okta.com> build: bump versions for 1.28.1 docs: update CHANGELOG for 1.28.1 chore(odyssey-react-mui): trigger build
bryancunningham-okta
added a commit
that referenced
this pull request
Dec 3, 2024
DES-6853 React 17 compatibility (as patch to 1.28) (#2431) * fix: fixes import in renderReactInWebComponent * test: fixes unit tests for renderReactInWebComponent --------- Co-authored-by: Kevin Ghadyani <kevin.ghadyani@okta.com> build: bump versions for 1.28.1 docs: update CHANGELOG for 1.28.1 chore(odyssey-react-mui): trigger build
bryancunningham-okta
added a commit
that referenced
this pull request
Dec 3, 2024
DES-6853 React 17 compatibility (as patch to 1.28) (#2431) * fix: fixes import in renderReactInWebComponent * test: fixes unit tests for renderReactInWebComponent --------- Co-authored-by: Kevin Ghadyani <kevin.ghadyani@okta.com> build: bump versions for 1.28.1 docs: update CHANGELOG for 1.28.1 chore(odyssey-react-mui): trigger build
bryancunningham-okta
pushed a commit
that referenced
this pull request
Dec 3, 2024
oktapp-aperture-okta bot
pushed a commit
that referenced
this pull request
Dec 4, 2024
DES-6856 Redo react 17 compatibility (#2433) * Revert "React 17 compatibility (as patch to 1.28) (#2431)" This reverts commit 8a51b78. * fix: move UiShell, renderReactInWebComponent into separate export for React 17 compatibility * fix: related storybook updates build: bump versions for 1.28.2 docs: update CHANGELOG for 1.28.2 chore(odyssey-react-mui): leave main at 1.28.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OKTA-838077
Summary
React 17 compatibility fix via Kevin. Rebased as patch for 1.28
Testing & Screenshots