ReactScriptLoader
ReactScriptLoader copied to clipboard
Uncaught ReferenceError: observer is not defined
Getting this error. Checked it out
ln 60: observer = observers[key];
should be
var observer = observers[key];
?
Mind submitting a diff to fix it? Thanks!
@yariv npm install does not install the change.. requires new release 0.0.2 ? for now I have pinned to the commit hash
can you please submit a patch?
There is not really a patch for release management... ;-)
Read https://docs.npmjs.com/getting-started/publishing-npm-packages#updating-the-package
so something like
npm version minor
npm publish
or use other tools like https://www.npmjs.com/package/npm-bump