Axios sends an array of strings instead of an array of objects. I have an array of objects that contains data about the event. I'm trying to send a request to the server via axios, but I get a array of strings insteenter image description heread of objects at the output
useEffect(() => {
document.title = `You clicked ${count} times`;
}, [count]); // Only re-run the effect if count changes
I'm not a coder and have no idea how this would work, but it seems like it should be simple. Does WordPress already offer something like this in a multi-site setup? I've been searching and searching and cannot find a code example anywhere or an existing plug-in that describes this setup/solution.