ReactScriptLoader icon indicating copy to clipboard operation
ReactScriptLoader copied to clipboard

Uncaught ReferenceError: observer is not defined

Open komocode opened this issue 9 years ago • 4 comments

Getting this error. Checked it out

ln 60: observer = observers[key];

should be

var observer = observers[key];

?

komocode avatar May 14 '15 23:05 komocode

Mind submitting a diff to fix it? Thanks!

yariv avatar May 25 '15 01:05 yariv

@yariv npm install does not install the change.. requires new release 0.0.2 ? for now I have pinned to the commit hash

AubreyHewes avatar Jan 07 '16 20:01 AubreyHewes

can you please submit a patch?

yariv avatar Jan 13 '16 21:01 yariv

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

AubreyHewes avatar Jan 14 '16 00:01 AubreyHewes