alphatr / think-react-render

react server side rendering for thinkjs 2.x
14 stars 3 forks source link

Warning: React can't find the root component node for data-reactid. #4

Closed chrepl closed 7 years ago

chrepl commented 8 years ago

Hey, I have an issue with think-react-render or maybe react-bootstrap package, I don't know, I hope you can help me and figure out why this happens.

When I start my thinkjs application and access the website on http://localhost:8360/ I get this warning message on the console: Warning: React can't find the root component node for data-reactid value ....... If you're seeing this message, it probably means that you've loaded two copies of React on the page. At this time, only a single copy of React can be loaded at a time.

My source code is on: https://github.com/chrepl/thinkjs-react-aw3some

Pull-request are also welcome.

Thank you