You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rehydration should be possible without passing an empty state object to barracks - means we're running an extra for loop on startup and not a fan of the extra overhead - signals something is broken and we used ducktape to fix it.
Expected behavior
Rehydration should be possible without passing an empty state object to
barracks
- means we're running an extrafor
loop on startup and not a fan of the extra overhead - signals something is broken and we used ducktape to fix it.Actual behavior
This line is required - https://github.com/yoshuawuyts/choo/blob/master/index.js#L65
Steps to reproduce behavior
Remove the line, run the tests
The text was updated successfully, but these errors were encountered: