himyjan
himyjan
# reproduction (next v13.0.2) In React 18.2 use() hook not work in `next.js page/ dir` or `react javascript` project https://stackblitz.com/edit/nextjs-usfk8g?file=pages/index.js https://stackblitz.com/edit/nextjs-gvzf9a?file=pages/index.tsx In React 18.2 use() hook works in `next.js app/...
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
Folder Show at **show full error** after download youtube video failed, dowload the missing files --- **yt-dlp.exe** or **yt-dlp-unix** DownloadLink: [https://github.com/yt-dlp/yt-dlp/releases/latest](https://github.com/yt-dlp/yt-dlp/releases/latest) --- **ffmepg.exe** or **ffmepg** **ffprobe.exe** or **ffprobe** DownloadLink ver.1(latest...
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
package.json ``` "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", }, "devDependencies": { "@types/react": "^18.2.8", "@types/react-dom": "^18.2.4", "typescript": "^5.1.3" }, "overrides": { "react-scripts": { "typescript": ">3.2.1" }, }, ```