Javascript – How to fix Objects are not valid as a React child (found: object with keys {}) in React
I am fairly new to react, I'm building a website and I want to keep a page private if my user does not have sufficient scope to access it. I have the following code: Update: I tried just setting setCanAccess(true)…