markfinger / python-react

Server-side rendering of React components
MIT License
1.62k stars 116 forks source link

Got an error #85

Closed bitcoinment closed 6 years ago

bitcoinment commented 6 years ago

When I trying to load page with my react-bundle I get an ReferenceError: self is not defined. Without django everything is well!

Ant ideas?

markfinger commented 6 years ago

Can you provide a stack trace?

Where does the error occur, in the JS or the python?