AlexCatch

Results 9 comments of AlexCatch

A great solution that works flawlessly for me is the answer by @ButzYung, rather than checking opacity, I simply check if the mouse is within my button container div, if...

Having the secret inside of the client is a huge no no, this library should either be using the implicit grant flow or it should be retrieving a code which...

What do you mean?

Support for IKEv2 would be good

IKEv2 would be good for mobile applications, would open up a realm of possibility for native VPN apps for iOS.

It looks like the component doesn't re-render but it actually re-mounts as ```componentDidMount``` is called when opening and closing the side menu. I'll check it out but not promising anything.

You'll need to combine your props to include `InjectedProps` from `redux-modal` Something like this: ```ts import { InjectedProps } from 'redux-modal'; export type CombinedProps = YourProps & InjectedProps; ```

Genuinely can't believe it's 2020 and this still hasn't been implemented.

I would also like to know this.