clerk/clerk-docs

TypeScript Error : Cannot invoke an object which is possibly 'undefined'

Closed this issue · 1 comments

Hey Everyone, I am using the "createOrganization" method to create a new organization as specified here but getting a typescript error.

I am getting the following error.

image

Is it because of this? How to solve this error?

image

The issue is solved now. I just needed to cover it inside an if block.