Skip to main content

All Questions

0 votes
0 answers
77 views

CSS not applied while adding returned CSS from a function to a styled-component for IE11?

I have written a function which returns CSS generated over iteration on an object and I want to use the returned CSS in a styled-component const getCss = (object, theme) => { let template = ``; ...
Sai Yerni Akhil's user avatar
0 votes
0 answers
77 views

Localhost App Testing on IE11 VM does not show app styling

When troubleshooting my React app on a VirtualBox Ie11 VM, the styling of my app doesn't show up. I'm running the app locally on my Mac, and when I connect to the localhost on my Mac it works fine, ...
Scott Myers's user avatar
0 votes
0 answers
37 views

img elements not taking dimensions as in other browsers

In react, I have an img tag : <img className="invert-image" src= {commitFilled} alt=""/> .invert-image{ width: 1.5em; height: 1.5em; } It is rendering perfectly fine in all browsers, ...
Saurav Dutta's user avatar
0 votes
0 answers
350 views

Style lags for several seconds in React app in IE

I'm working on a large React/Redux app. It has no problem rendering in chrome & firefox, but just recently I've found that some styles simply don't render properly for 1-5 seconds (or sometimes at ...
alsoALion's user avatar
  • 469