attempting to do:
.find() on user's Daily Data (from original react-express iteration of this app)
updated the state with @redux/toolkit state constrained by an interface.
error:
This interface does not allow for .find()
proposed approach:
👍 switched to local state typed: const [ hydroState ] = useState()
attempting to do: .find() on user's Daily Data (from original react-express iteration of this app) updated the state with @redux/toolkit state constrained by an interface.
error: This interface does not allow for .find()
proposed approach: 👍 switched to local state typed: const [ hydroState ] = useState()
[9:26pm]