vf-telwing
vf-telwing
You should be able to attach `getInitialProps` to the instance returned from the HOC instead. See this modified example from the readme: ```javascript import { withPasswordProtect } from "next-password-protect"; //...
@marcorieser I am able to replicate this behavior, but only on Chrome (last 10 versions or so) on MacOS in an Incognito window. YouTube videos buffer but will not play...
@jcubic It looks like this library was refactored recently and the most recent documentation now exists in the `docs/` directory. Here is the implementation included for the `TooltipSlider`: https://github.com/react-component/slider/blob/master/docs/examples/components/TooltipSlider.tsx
@anik95 Since `createSliderWithTooltip` no longer exists, the best reference point I was able to find is the `TooltipSlider` example: https://github.com/react-component/slider/blob/master/docs/examples/components/TooltipSlider.tsx I think that component is the intended replacement for the...