paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

uncaught typeerror: type.touppercase is not a function while using with webpack #156

Open medhagupta24 opened 8 years ago

medhagupta24 commented 8 years ago

I am getting an error : type.touppercase is not a function while using a comonent within other component that is rendered through react-router . I got this error when I upgraded from browserify to webpack.With Browserify everything was working fine.

samsel commented 8 years ago

@medhagupta24 can you provide some code?