Problem:
This seems to have been unearthed when webpack 2 got updated. Things
that were not default exported were being imported as such.
Fix:
For ApiResponse, make it a non-default import and adjust all imports
accordingly. For the HiddenPostsAndComments collection, make it the
default. This clears up the warnings in the build step.
Problem: This seems to have been unearthed when webpack 2 got updated. Things that were not default exported were being imported as such.
Fix: For ApiResponse, make it a non-default import and adjust all imports accordingly. For the HiddenPostsAndComments collection, make it the default. This clears up the warnings in the build step.
:eyeglasses: @nramadas || @uzi