hggeorgiev/CentroUI

Importing CentroUI components causes conflicts

Closed this issue · 1 comments

Description

Importing CentroUI components causes errors in the bundle.

Steps to reproduce

  1. Start a new ReactVR project:
    react-vr init WelcomeToVR

  2. Install CentroUI
    npm install centro-ui --save

  3. Import and use an arbitrary component

import { CnContainer } from 'centro-ui';

//...

render( 
 <CnContainer></CnContainer>
)

Error log:
screen shot 2017-07-10 at 8 51 51 pm

Fixed in #12