box / box-ui-elements

React Components for Box's Design System and Pluggable Components
https://developer.box.com/docs/box-ui-elements
Other
539 stars 302 forks source link

Error when using box-ui-elements with Meteor-React #156

Closed coryma closed 6 years ago

coryma commented 6 years ago

I am using React in Meteor 1.6. to build Box application which I can generate Box access token on the server site and use the token on Box UI client by using Meteor DDP protocol

I am getting the following console errors following using every UI components of box-ui-elements in my project.

I think this is because Import and export is not supported in Meteor and webpack 1.x like this issue seeden/react-facebook#55. Can anyone help to solve it for box-ui-elements?

image

tonyjin commented 6 years ago

Thanks for the report. We haven't worked with Meteor before so we'll investigate and share what we find.

fernandotrip commented 6 years ago

Hi @coryma , can you fix the problem with meteor and box-ui ?

coryma commented 6 years ago

@fernandotrip I didn't fix it. I chose to build UI by myself rather than used box-ui-elements.