Why is below code not working? It returns false even when I set inverted to true; it also logs hit so it does reach.
import React, { useEffect, useState } fro