eatanga-git

Results 3 issues of eatanga-git

It seems like certain websites or elements don't return anything? This worked: ``` const [isLoading, setLoading] = useState(true); const [data, setData] = useState(""); useEffect(() => { fetch('https://en.wikipedia.org/wiki/Nirvana_(band)') .then(response => response.text())...

I am trying to use this library, but I'm getting the error in the title. I didn't even use it... I simply imported it like so: `import AnimatedLinearGradient, {presetColors} from...

This tutorial used to include info about detecting objects (using TensorFlow) but I noticed that it is not there anymore.