Client-side code: const [myInventory, setMyInventory] = useState([]); const [user] = useAuthState(auth); useEffect(() => { const getMyInventory = async
I install xampp and my windows 8.1 Ichange port of apache enter image description hereto 81 Apache doesn't work with me and send me this error The prcedure entr
Here is my code snippet, I am using to change the color depending on the name of the character It gives an error that the li tag is not properly closed, but i s
I am using the library flutter_cached_pdfview. I am using PDF().fromUrl instead of PDF().cachedFromUrl, and expecting that PDF().fromUrl will never cache the fi
I have been attempting to redirect users to a login page after submitting a request to the home page if they are not logged in, but they keep getting redirected
In C/C++, you have to compile source code into executable, then run it. Or in Python, you write source code then an interpreter will execute that for you. Is th
I am trying to create a View using GeometryReader and then use it in ContentView, however no matter what changes I make , I just cannot make the View created w