vuex-crud
vuex-crud copied to clipboard
Maximum call stack size exceeded
I setup the nuxt example as in the README.
I got an error when the api route for fetchList was not defined yet. This would result in a 404 in the first request but in a "Maximum call stack size exceeded" error. Afterwards this would also happen on other routes where the request is not called.
I am not sure if this is supposed to happen or if there could be something done to prevent the application from failing afterwards.