You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE8 chokes on something in PublisherMethods.js, giving a SCRIPT1010: expected identifier error. Unfortunately, webpack puts the entire module in a single line string, so I don't know where the problem is. I thought it would be a trailing comma, but as I don't see one, I would assume that some property is a reserved word in ie8.
The text was updated successfully, but these errors were encountered:
Oh, yeah I didn't see that pull request when I made mine. The usage of catch is indeed the only thing that's preventing Reflux from working in IE8. Once #187 is merged, this can be closed.
IE8 chokes on something in
PublisherMethods.js
, giving aSCRIPT1010: expected identifier
error. Unfortunately, webpack puts the entire module in a single line string, so I don't know where the problem is. I thought it would be a trailing comma, but as I don't see one, I would assume that some property is a reserved word in ie8.The text was updated successfully, but these errors were encountered: