John Silver

Results 4 comments of John Silver

Hello @lacymorrow @brianyu20 @Sotatek-HiepNguyen2 I have the same issue and solve it adding : ``` js event.preventDefault()}> ``` to my Sheet content component to avoid it

@shadcn I think we could close this issue ;)

Hi @28development after it I check the endpoint ``` const res = await fetch('http://localhost:3000/say-hello?name=James', { method: 'GET' }); const body = await res.json(); /* { greeting: 'Hello James!' } ```...

Hello, @shuowu @estorski I have the same issue. libs (5.1.1 for @okta/okta-react and 4.9.0 for @okta/okta-auth-js). Maybe we could create a shared codesandbox and try to reproduce it.