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

DOCS-322 (/organizations/inviting-users) update nextjs example and add JS example #1086

Merged
merged 10 commits into from
May 29, 2024

Conversation

alexisintech
Copy link
Member

@alexisintech alexisintech commented May 24, 2024

@alexisintech alexisintech requested a review from a team as a code owner May 24, 2024 19:27
Copy link

Hey, here’s your docs preview: https://clerk.com/docs/pr/1086

@alexisintech alexisintech changed the title DOCS-322 (/docs/organizations/inviting-users) update nextjs example and add JS example DOCS-322 (/organizations/inviting-users) update nextjs example and add JS example May 24, 2024
@alexisintech alexisintech marked this pull request as draft May 24, 2024 20:22
@alexisintech alexisintech marked this pull request as ready for review May 28, 2024 18:59
Copy link

Hey, here’s your docs preview: https://clerk.com/docs/pr/1086

} catch (error) {
// Handle error if one if returned
console.log('Error:', error)
const onSubmit = async (e) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const onSubmit = async (e) => {
const onSubmit = async (e: any) => {

Gave me a TS error

docs/organizations/inviting-users.mdx Outdated Show resolved Hide resolved
docs/organizations/inviting-users.mdx Outdated Show resolved Hide resolved
@alexisintech alexisintech merged commit c5afcca into main May 29, 2024
2 checks passed
@alexisintech alexisintech deleted the aa/DOCS-322 branch May 29, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants