Hello, I tried to run the app, by cloning it and running commands npm install, npm start..
After adding new transaction, either as income or expense, It throws couple errors:
TypeError: Invalid attempt to spread non-iterable instance
1 | export default function _nonIterableSpread() {
> 2 | throw new TypeError("Invalid attempt to spread non-iterable instance");
3 | }