Aswin V

Results 26 comments of Aswin V
trafficstars

@ctrlplusb Thank you for digging into this :clap: Yes I see the wierd behaviour with the events firing.Will try finding some spare time to investigate more.

A stack overflow https://stackoverflow.com/a/58925712/3939061 solution solves this by using JS and custom UI although it does a link edit against the [guideline](https://docs.microsoft.com/en-us/azure/active-directory-b2c/javascript-samples#guidelines-for-using-javascript).

![hr-hooks](https://user-images.githubusercontent.com/3107922/59555744-bb510a80-8fd4-11e9-9275-88fc3cf87a03.gif) Shouldn't the bottom `Hooked` instance maintain its state ? **EDIT**: seems like this is the expected behaviour as react sees a different tree in place of `Hooked` (replaced with...

@thetrompf setting a stable key worked,the instance state was preserved...

@gaearon Adding a side effect (`useEffect`) on the fly resets the state.Is that expected ?

Reading the documentation for hooks the first time and trying out the examples in that .. I may raise some false alarms with regard to hot reloading 😄 ... If...

Tested the basic operations using Okta and [example app](https://github.com/boxyhq/jackson-examples/tree/directory-sync/apps/directory-sync), did not find any major issues except the Jackson dev server crashing (2 times) and then due to memory allocation failure.

**UPDATE**: This issue is mainly to standardise the error response sent out from jackson service. Endpoints `/oauth/authorize` and `/oauth/saml` handles most errors by redirecting to the client `redirect_uri`. The endpoints...

> For single-sign-on page (the header tabs) it has been abstracted and i dont think the actual code for it is in this repo. That's correct. It's coming from our...

@Musyonchez Approach 1 seems clean and is something we see commonly nowadays. https://flowbite.com/docs/components/tables/#overflow-scrolling - Here they seem to apply overflow to the table container itself. @deepakprabhakara Any suggestions ?