我有一个 react-relay graphql 应用程序可以在新浏览器上完美运行,但在 safari 5.1.10 (2013) 上它不起作用。该网站只是白色的。旧版本的 chrome 也会发生同样的情况。
控制台给出:
TypeError: 'undefined' is not a function (evaluating 'e.startsWith("client:")')
我看了react-relay/dist/relay.min.js
看isClientID:function(e){return e.startsWith("client:")}
..这似乎是失败的功能。
有没有人遇到过这个?关于修复的任何想法或可能导致它的原因?