-
Notifications
You must be signed in to change notification settings - Fork 13
feat: upgrade to React 19; add backwards compatibility test-site script (v1.11.0) #589
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ed9b43e
upgrade to React 19; add backwards compatibility test-site script
k-gerner 124d35f
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] 1f1fbbe
try updating run-tests.yml
k-gerner 8b6ecbf
codex: try fixing old react errors
k-gerner bc0836b
update storybook command from p -> port
k-gerner 783029c
update types and fiddle with Mapbox pin code to pass storybook tests
k-gerner 9e0eb74
wrap various tasts with act() to cut down on log warns
k-gerner 7cff0e5
try to update storybook config to get tests to pass
k-gerner d516cad
Update snapshots
github-actions[bot] d72c04c
Update snapshots
github-actions[bot] 4e9ed74
Update snapshots
github-actions[bot] d2412cd
Update snapshots
github-actions[bot] a6ca968
rerun npm i in test site
k-gerner 93e7e80
slight code cleanup
k-gerner 23058d1
Update snapshots
github-actions[bot] eb50094
Update snapshots
github-actions[bot] d5ba01c
Update snapshots
github-actions[bot] f040db3
Update snapshots
github-actions[bot] 0d290f7
Update snapshots
github-actions[bot] 5a0b9cb
Update snapshots
github-actions[bot] d30bd77
Update snapshots
github-actions[bot] de7d9da
nits
k-gerner 720fafd
Update snapshots
github-actions[bot] 11f3a58
Update snapshots
github-actions[bot] a27d729
update kill command in visual coverage
k-gerner 13f07a4
Update snapshots
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| import { addons } from '@storybook/addons'; | ||
| import { addons } from '@storybook/manager-api'; | ||
| import yextTheme from './yextTheme'; | ||
|
|
||
| addons.setConfig({ | ||
| theme: require('./yextTheme.ts') | ||
| theme: yextTheme, | ||
| }); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.9 KB
.storybook/snapshots/__snapshots__/filters-facets-hierarchical--primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.9 KB
.storybook/snapshots/__snapshots__/filters-facets-numerical--primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.9 KB
.storybook/snapshots/__snapshots__/filters-facets-standard--primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.89 KB
(55%)
.storybook/snapshots/__snapshots__/filtersearch--dropdown-unsectioned.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.