Skip to main content

All Questions

0 votes
0 answers
88 views

AutoScroll on Button Click (Outlook Web Add-in 2013 & 2016 & 2019 volume licensed)

In our Microsoft certified Outlook Web Add-in, when clicking on a button in our react add-in, the add-in "jumps" to the top of the page. That is pretty much the summary of the issue. I ...
4 votes
3 answers
21k views

React truncate multi line text by line

I need to truncate card title (text) with react. I try to use dotdotdot component https://www.npmjs.com/package/react-dotdotdot but it doesn't work with simple component. const content = ({title}) ...
0 votes
0 answers
67 views

Recharts Newest Version crashing in IE11

Testing my website after updating to the newest version is failing. I have added in the resize-observer-polyfill. Now IE 11 gives me this error: Object doesn't support property or method '...
2 votes
1 answer
2k views

React app created with VITE does not work in IE 11

I have a React app created with Vite which I'm trying to enable support in IE 11. I have tried the @vitejs/plugin-react and added it in the vite.config.ejs file. It looks like this: import { ...
1 vote
0 answers
250 views

Stop React 18 from injecting bundle.js

I'm trying to add a redirect on my site for anyone using IE 11. I'm using ES6 and some packages that just don't play well with IE. I think it's related to some package updates, but previous code I had ...
0 votes
0 answers
76 views

ReactJS : Using VX library with IE11?

I try to create an app with SharePoint Framework width ReatcJS and some svg. I use some element of the VX library (text and responsive) (d3.js for react). They work fine with Firefox but they don't ...
15 votes
4 answers
20k views

ReactJS - SCRIPT1010: Expected identifier - Production build not running on IE11

I created a new project with create-react-app today. The production build is not running fine on IE11, the console shows following error: SCRIPT1010: Expected identifier The line it points to inside ...
0 votes
1 answer
2k views

React app not working in IE11 (have tried polyfills)

Our react app, built with create react app, isn't working in IE11 (development and production). Up till now we have used core.js to polyfill our code, but suddenly IE11 has stopped working. Initially ...
-1 votes
2 answers
339 views

React App not loading in IE11 in windows server

I am a novice in React and developed a utility application and it's working fine in local machine. I tried to deploy build folder in IIS on Windows server but when I am trying to access it in IE, I am ...
1 vote
1 answer
1k views

React + Webpack 5 + Babel 7 IE11 issue -- not attaching to root

Issue: No matter what I do, I can't get anything inside my root div. There are no console errors at all in IE11. The app works fine on chrome, ff, & safari. Dependencies / Versions "react&...
0 votes
1 answer
268 views

React Create Application production build and CSS variables in IE11

I would like to know how to get rid of CSS variables in a production build. The fact is that I need to build a project for IE11 in which CSS variables are not supported. My project was created using ...
1 vote
0 answers
273 views

React Application showing blank in prod version only in IE11

I went through Why IE 11 display blank page rendering react app - I am stumped - it works in localhost:3000 in IE11 - shows test. But when I generate the js file as : node ./node_modules/webpack/bin/...
2 votes
4 answers
8k views

Fetch polyfill in React not completely working in IE 11

This fetch works fine in Chrome: fetch( this.props.url, {credentials:'same-origin'}) .then( (data) => data.json() ) .then( (data) => { if( data.length > 0) { // do ...
-1 votes
1 answer
385 views

IE11 polyfills don't work for React app. Why?

In IE11 I get these errors: But i have react-app-polyfill installed and imported in index.js first line:
29 votes
6 answers
26k views

Objects are not valid as a react child (In Internet explorer 11 for React 15.4.1)

Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner, _store}). If you meant to render a collection of children, use an array instead or wrap the ...

15 30 50 per page
1
2 3 4 5
12