David Cheal
David Cheal
Not sure if this is the same issue, but using useEffect in a function with try/catch will also produce this. The catch will record the error, then throw an Uncaught...
Same issue with using a CRA app. There was a change in FaceBookProvider.tsx to remove React from imports, could this be the issue? `import React, { useState, useEffect, type ReactNode...
This drove me nuts for a while. Didnt pick up on the ToastContainer issue until I read this. I thought the rename was deliberate. The doco should probably mention you...
Seeing similar/same issue using Docker container on Ubuntu `tts --list_speaker_idxs results in: ``` Traceback (most recent call last): File "/usr/local/bin/tts", line 8, in sys.exit(main()) File "/root/TTS/bin/synthesize.py", line 443, in main...