Kubilay Kabataş

Results 3 comments of Kubilay Kabataş

> This might get awkward because you now possibly have an inner scroll as well as an external sidebar scroll. > > Yes, that's why I created a little spacing...

I tried to pass the user coming from useUser() but I get the following error: Type 'UserResource' is missing the following properties from type 'UserResource': passkeys, createPasskey Upon further investigation...

Here is what worked for me when I tried to style an h2 tag ```typescript const jsxConverters: JSXConvertersFunction = ({ defaultConverters, }) => ({ ...defaultConverters, heading: ({ node, nodesToJSX })...