Closed philip-peterson closed 6 years ago
The component was showing up as undefined straight out of the box -- looks like since the export is done as an export { ComponentName }, we'll need a import { ComponentName } to correspond.
undefined
export { ComponentName }
import { ComponentName }
The component was showing up as
undefined
straight out of the box -- looks like since the export is done as anexport { ComponentName }
, we'll need aimport { ComponentName }
to correspond.