RU

Results 5 comments of RU

@fisshy How about this? I solved the problem with this. ```js import { useEffect, useRef } from "react"; import { scroller } from "react-scroll"; const containerRef = useRef(null); useEffect(() =>...

@fisshy I understand now. Thank you very much. I'm having trouble with the process after the DOM load is complete, so please merge.

I'm having the same problem. I can't send the URL of a page that has embedding. I've applied three times, but no luck.

I was also approved a while ago. Thank you very much.

"react-dropzone": "^14.2.2", same bug. I think there is something wrong here. ```js export interface Accept { [key: string]: string[]; } ```