booleanhunter / ReactJS-AdminLTE

ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
Other
2.35k stars 796 forks source link

import adminlte-reactjs Unexpected token < #28

Open meeChn opened 8 years ago

booleanhunter commented 8 years ago

Could you be a little descriptive? How do you get this error ?

gyvee commented 8 years ago

I think he's referring when importing the adminlte-reactjs in react. And in this link example they have the same error

gyvee commented 8 years ago

I'm also trying to import adminLTE like

import React from 'react'; import ReactDOM from 'react-dom'; import AdminLTE from 'adminlte-reactjs';

but got the unexpected token error below adminlte

oklas commented 6 years ago

@gyvee Is any feedback about issue? Solved or not (and how)?