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
right after the imports the following error occurs:
Error: ENOENT: no such file or directory, stat '/home/.directory'
error Command failed with exit code 1.
used imports:
import {applyMiddleware, combineReducers, createStore} from "redux";
import reduxCookiesMiddleware from 'redux-cookies-middleware';
import getStateFromCookies from 'redux-cookies-middleware/getStateFromCookies';
The text was updated successfully, but these errors were encountered:
right after the imports the following error occurs:
used imports:
The text was updated successfully, but these errors were encountered: