sayden / relay-mongoose-example

An example Relay application
Other
58 stars 8 forks source link

from global variables to es6 import #5

Closed someone235 closed 8 years ago

someone235 commented 8 years ago

I've removed all the <script> tags in favor of es6 import. It solves all the problems with 'Relay is undefined' etc.

sayden commented 8 years ago

Thank you very much for your pull. I agree that it is better to no use the global variables.

I have also removed the error with the "key" iterations if you want to update.

Again, thanks!