-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remote-dom ui_extensions changes customer accounts #2510
Open
oluwatimio
wants to merge
15
commits into
unstable
Choose a base branch
from
remote-dom-ui-extension-ca
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,094
−675
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
90ce39b
Remote-dom ui_extensions changes customer accounts
oluwatimio 7d91ca6
component
oluwatimio 17a27a1
shopify-card
oluwatimio 367effc
fix
oluwatimio dd1e63f
fix
oluwatimio da3c771
ignore
oluwatimio 7e007d7
unused
oluwatimio 0a679ec
updates
oluwatimio 4764df6
update
oluwatimio 2a426cc
batching connection
oluwatimio 9c5b54b
try and fix types
oluwatimio b493a8b
update
oluwatimio fae5560
updated typings
oluwatimio 28ba4b3
ignore ts for checkout for now
oluwatimio 333a01a
remove unused
oluwatimio 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 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 |
---|---|---|
|
@@ -48,10 +48,15 @@ | |
"@shopify/loom-plugin-prettier": "^2.0.0", | ||
"@shopify/typescript-configs": "^5.1.0", | ||
"eslint": "^8.28.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"nodemon": "^2.0.4", | ||
"prettier": "^2.8.0", | ||
"react": ">=18.0.0", | ||
"typescript": "^4.9.0" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", | ||
"resolutions": { | ||
"jest": "^29.7.0" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,8 @@ export function reactExtension<Target extends RenderExtensionTarget>( | |
<ExtensionApiContext.Provider value={api}> | ||
<ErrorBoundary>{element}</ErrorBoundary> | ||
</ExtensionApiContext.Provider>, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ignoring for now since we need checkout's changes here so the types are in line |
||
// @ts-ignore | ||
root, | ||
() => { | ||
resolve(); | ||
|
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of loom, we need to address this