-
Notifications
You must be signed in to change notification settings - Fork 24
feat(Boost): add complete action to Boost plugin #414
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
Conversation
🦋 Changeset detectedLatest commit: 0f3a4f1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 48 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
6a937d0
to
42c7125
Compare
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.
Looks good - let me know if you want help testing this flow with the corresponding backend changes.
@@ -40,7 +40,6 @@ export default { | |||
}, | |||
], | |||
plugins: [ | |||
polyfillNode(), |
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.
We're trying to move over to Vite for our build now (sorry for the whiplash) but why remove this for this PR?
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.
There was some weird build config (I think it was after importing axios into the boost plugin)
At some point, I took at look at the Neynar plugin and it didn't have the polyfillNode()
. So I removed it here too and it worked
'At least one of chainId, boostId, or actionType must be provided', | ||
}, | ||
) | ||
export const CompleteActionDetailSchema = z.object({ |
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.
We can rely on this export once the utils are cleaned up vs copying it over the backend. No action needed mostly a reminder for me to go back and clean this up in the RH repo once that change is live.
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.
🔥
19dc031
to
0f3a4f1
Compare
No description provided.