question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m getting this when trying to render a chart in IE10.

Object doesn't support property or method 'getParentConfig'

Works fine in Edge. Am I don’t something wrong, or is the library not supported in Internet Explorer 10 or less? And if the latter, are there plans to support it?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
aganozacommented, Nov 13, 2018

Solution for a create-react-app project is the same as outlined in this issue for victory

https://github.com/FormidableLabs/victory/issues/474#issuecomment-370941314

After eject in webpack.config.dev.js and webpack.config.prod.js

// Process JS with Babel.
{
  test: /\.(js|jsx|mjs)$/,
  include: [
    paths.appSrc,
    path.resolve(paths.appNodeModules, 'react-vis'), //<--this
  ],
  loader: require.resolve('babel-loader'),
  options: {
    plugins: [
      "transform-proto-to-assign", //<--and this
    ],
    // This is a feature of `babel-loader` for webpack (not Babel itself).
    // It enables caching results in ./node_modules/.cache/babel-loader/
    // directory for faster rebuilds.
    cacheDirectory: true,
  },
},
0reactions
jckrcommented, Mar 9, 2018

since the issue was open ie10 market share became virtually inexistant and MS stopped supporting it, so wont fix this one 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support ending for Internet Explorer 10 - Lifecycle
After January 14, 2020, IE 10 will not release any security or non-security updates, free or paid assisted support options, or online technical ......
Read more >
Internet Explorer 10
Internet Explorer 10 (IE10) is the tenth, and by now, discontinued, version of the Internet ... version doesn't support Windows Vista, Windows Server...
Read more >
Document - HP Virtual Connect - Microsoft IE10 Support
Support Center · HP Virtual Connect Module · Microsoft Internet Explorer 10 · Microsoft IE10 Support · IE 10 support · Internet Explorer...
Read more >
IE9 & IE10 Support
As of January 12, 2016, Microsoft no longer supports Internet Explorer 8 (IE8), Internet Explorer 9 (IE9) or Internet Explorer (IE10), stating that...
Read more >
Microsoft to end IE10 support years early, tells enterprises ...
Microsoft set the end date for IE10 support on Server 2012 and Windows 8 Embedded as Jan. 31, 2020, or one year from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found