Search code examples
importstategatsbyeslint

How to fix this Gatsby Eslint error: xstate.after(1000)#waitingMachine.batchingNodeMutations


I'm getting this error:

Warning: Event xstate.after(1000)#waitingMachine.batchingNodeMutations" was sent to stopped service "waitingMachine". This service has already reached

What can I try? Also I'm getting eslint errors:

import/no-extraneous-dependencies", "import/no-absolute-path" & "global-require" are giving errors since an update last week....


Solution

  • Latest update gatsby@2.24.57 should fix it!