Priyath Gregory

Results 10 comments of Priyath Gregory

I have faced this exact same problem in a report writing tool that I am working on. Arrow key navigation to void element and pressing "Enter" works (inserts a new...

This is pretty sweet. Any chance this will get merged to the project?

Thanks for the response. Okay so it looks like you maintain a single package.json file to handle dependencies from all three packages? I guess in that case, the above issue...

In my case, it seems a lot more cleaner to individually maintain dependencies for the client, api, and shared directories, rather than having it globally and constantly updating `types` for...

No worries, thanks for the prompt response. I also noticed accessing stately's visual editor via https://stately.ai/viz?inspect results in the same behavior. But accessing https://stately.ai/viz seem to enable the editor as...

> ![20240430175003_rec_](https://private-user-images.githubusercontent.com/33866716/326752672-db6dbd25-5147-47f2-a281-ce616655088f.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTgwOTcxOTAsIm5iZiI6MTcxODA5Njg5MCwicGF0aCI6Ii8zMzg2NjcxNi8zMjY3NTI2NzItZGI2ZGJkMjUtNTE0Ny00N2YyLWEyODEtY2U2MTY2NTUwODhmLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA2MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNjExVDA5MDgxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThiNzA5NGY4ZDNiYWI4N2FjZjIwNzUwMDhlZTA1OWZiNTNkMTk5NjIzNzNjZDVhNzk3M2QzN2Q2YWYxZDRjOWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.wpUUyWTpYB7xkMKJJaAa1wOW5lu5lOdj7XxIiTwGtlE) I use re-resizable and dnd-kit to get the effect you want This looks neat. Any chance you can share some code on how to get this to work?...

This fix is simple enough and a Pull Request has been created for the same

I get the CORS error if I manually trigger a POST /logout call using axios or fetch. However, if I trigger the /logout call via a form submit event, the...

@shuowu apologies for the delay. I had a better look into the problem and also played around with the [okta-hosted-login sample](https://github.com/okta/samples-js-react/tree/master/okta-hosted-login). I observed the following issues for my scenario with...

It seems like each time the application re-renders, an additional `token` request will be made during the next refresh. Possibly because a `setTimeout` is not getting cleared? I have raised...