Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
1 answer
444 views

Razzle, IE11 and HappiJS bundling

I've got a server-side rendered react app which uses Razzle. I'm importing @hapi/joi since that's what I want to use for my validation both server and client side. IE11 and Edge 18 are supported ...
Antonio Vasilev's user avatar
-1 votes
1 answer
342 views

React production build differs from development | polyfill does not run

I've run npx create-react-app . and imported clip-path manually. Development build works without a problem, but the production one doesn't seem to work. Issue is the same on IE11 and Edge44 Steps to ...
Dawid's user avatar
  • 594
5 votes
3 answers
11k views

React Material-ui SSR - Warning: Prop `d` did not match. Server: "M 0 0 h 24 v 24 H 0 Z" Client: "M0 0h24v24H0z"

I'm working on a React site with server-side rendering & Material-ui. Everything was working great including the mui JSS stuff. Then I added an SVG icon from @material-ui/icons Now, Edge & ...
DaveW's user avatar
  • 378
-1 votes
1 answer
30 views

How to authenticate on internet explorer using CORS is there any extenstion?

I am authenticating through CORS extenstion on chrome and mozilla but on Internet Explorer 11 and edge I cant find any extension can someone help me is there any way to do this ..? Tried searching ...
lilo's user avatar
  • 185
1 vote
1 answer
3k views

Reference to new window after calling `window.open()` returns null in IE11 and MS Edge

I am writing a React app, which is supposed to fetch data from server (binary pdf) and display it as PDF in new tab/window. I know how to figure out the displaying part, the problem is that the ...
user3056783's user avatar
  • 2,546
5 votes
2 answers
2k views

Select control created in React does not reset on browser refresh (IE11 and Edge)

I have a very simple React application with just one select control. See working application here. The select control has 3 values: Sunday, Monday and Tuesday. Sunday is the default value. ...
Naresh's user avatar
  • 25.3k