I've noticed strange behavior in my react-redux actions import.
So, I import import * as types from './types'; as usual, everything is clean in my console and all code is works.
But I'm worried about this little error:

What does it means and why my chrome console think this is kinda an error? Anything I should be worried about?