Sushan Yadav
Sushan Yadav
### Same issue. solved it by wrapping **TagsInput** with form ``` ``` _But form cannot be nested . :(_
any alternative to getColor? since it is deprecated.
> @Sandstedt @migueltrias @nickchartier11 If you want be able to scroll while hovering over the iframe simply add invisible pseudoelement to the iframe-parent. > > ``` > .iframe-parent { >...
in my case setting [scroll-restoration](https://developer.mozilla.org/en-US/docs/Web/API/History/scrollRestoration) to "manual" helped.
> Hey you can try https://github.com/funkhaus/lenis-scroll-snap Is this available for react wrapper. if so how do we use it? Thank you so much.
It would be greatly appreciated if somebody could include a sandbox for this. 🙏
same issue on safari but issue only persists on power saving / Low power mode. Edit : It may sound strange, but I was able to fix it by getting...
I ended up creating a custom hook for timer. ``` "use client"; import { isBefore, intervalToDuration, formatDuration } from "date-fns"; import { useEffect, useMemo, useState } from "react"; import {...
> I think removing from App.jsx will fix the scrolling issue, is that correct? Yes, it does. Thanks. So in this case, should we manually create an overlay component if...