Skip to content
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

Add App components #102

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Add App components #102

merged 2 commits into from
Jul 29, 2024

Conversation

chaves-stripe
Copy link

@chaves-stripe chaves-stripe commented Jul 22, 2024

@chaves-stripe chaves-stripe changed the title Chaves/add app components Add App components Jul 22, 2024
@chaves-stripe chaves-stripe changed the base branch from master to beta July 22, 2024 22:26
@@ -49,7 +49,7 @@
"@babel/preset-react": "7.18.6",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-replace": "^2.3.1",
"@stripe/connect-js": "3.3.11-beta-1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also bump the peerDependencies below to this same number?

onAppInstallStateChange,
}: {
app: string;
onAppInstallStateFetch: () => void;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is missing the actual values to callback right (as in the state of the installed app)?

@chaves-stripe
Copy link
Author

r? @jorgea-stripe

onAppInstallStateChange,
}: {
app: string;
onAppInstallStateFetch?: (({appId, state}: InstallState) => void) | undefined;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need the | undefined here, since the property is already optional

@chaves-stripe chaves-stripe merged commit b8ceb19 into beta Jul 29, 2024
2 checks passed
@chaves-stripe chaves-stripe deleted the chaves/add-app-components branch July 29, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants