adammo94
adammo94
I have same exact issue. It does not run on first render on some browsers (firefox, safari, I'm looking at you). I have to either resize or scroll to init...
@zbaker94 sorry for the late reply, yes I tried that one before you posted it and it solved the problem. We have some custom config, so this defo could be...
> @adammo94 If you do `sliderRef.current.slider.slickGoTo(5)`, it should work. Apparently the ref is given the whole Carousel instance, not just the slider. This gives me undefined
This new sign in method is a nightmare. I can confirm that given gist is working just fine, however there's literraly no way to modify looks of the new button...
> I am have a similar range of issues trying to get this to work. :( What sort of issues? Maybe I could help a bit
Yes, here `https://help.chameleon.io/en/articles/1228858-how-does-chameleon-work-with-single-page-applications` it's said: ``` There might be some cases when you might want to clear the Chameleon installation but there's no page refresh taking place. A common case,...
> @adammo94 Try using the `render` attribute on the route instead of `component`, the behavior is described here: https://reactrouter.com/web/api/Route Ok, but still I do not know how to make component...
> @adammo94 OK, I think I understand. You would like to have some UI that shows on all secured routes, but does not show on unsecured routes. The way it...