Get Polymer Error in Chrome after update to new Chrome version - polymer-1.0

My current Chrome version is Version 47.0.2526.73 (64-bit)
I notice that the error
Uncaught (in promise) TypeError: Request scheme 'chrome-extension' is unsupported
only occurs after I update Chrome.
I don't know is it some problem with Polymer, or Chrome error?
A screenshot for that:

Related

After updating React version my applications stop running (getting "process is undefined" error )

The application was running until I updated my react version.
Now I'm getting error in my chrome console saying
Uncaught ReferenceError: process is not defined
I think it's coming from Modal library.
#redq/reuse-modal
Error Sreenshot

Uncaught SyntaxError: Use of const in strict mode in chrome 40

Our ReactJS application created using create-react-app is not getting indexed in google. Upon investigation, found out that google crawler is using Chrome v40 engine to parse client side apps. So I got hold of Chrome 40 and tried to load the page. I got an error in console saying
Loading chunk 13 failed. Uncaught SyntaxError: Use of const in strict
mode.
I tried to apply polyfill (babel polyfill as well as some others) but this error is not going away.
Any advise? Is there anything I can do to make create-react-app to correctly transpile the code to Chrome 40 compatible ?
The issue happened because i was using a component which was not compatible. https://github.com/yahoo/react-stickynode. It worked perfectly after i removed this.

React-Relay older browser support (blank site)

I have a react-relay graphql app that works perfectly on new browsers, but on safari 5.1.10 (2013) it doesn't work. The site is just white. Same happens with older versions of chrome.
The console gives:
TypeError: 'undefined' is not a function (evaluating 'e.startsWith("client:")')
I looked through react-relay/dist/relay.min.js and saw isClientID:function(e){return e.startsWith("client:")}.. it seems thats the failing function.
Has anyone encountered this before? Any ideas on a fix or what could be causing it?

I am getting the following error while accessing an angularJS app with casperjs: "Can't find variable: angular"

Here is the complete error text:
Page error: TypeError: 'undefined' is not a function (evaluating 'ModuleStore.register.bind(ModuleStore)')
Page error: ReferenceError: Can't find variable: angular
I am using phantomJS 2.0 with casperjs 1.1-beta3
UPDATE: I had multiple phantomjs versions installed. When using phantomjs -v command, it was showing me 2.0.0 but when I used casperjs command, it showed me that casperjs is using different version.

Sencha ExtJS 5 Draw Package examples not working - TypeError

For some reason, the extjs 5 drawing package (Ext.draw.*) examples are not showing up after clicking the "Live Preview" button. You will get an error. What can be causing this?
http://docs.sencha.com/extjs/5.0/core_concepts/drawing.html
Click on any of the hyperlinks.
Google Chrome Error:
TypeError: object is not a function
Mozilla Firefox Error:
TypeError: c is not a constructor
Internet Explorer 8:
TypeError: Object expected
It's not working because http://docs.sencha.com/extjs/5.0/apidocs/widget/draw.js is causing a 404. You should file a bug in the Sencha forums http://www.sencha.com/forum/forumdisplay.php?130-Ext-5-Bugs
Related issues:
http://www.sencha.com/forum/showthread.php?258845
http://www.sencha.com/forum/showthread.php?285309

Resources