Black layout issue while base-href is set on Safari/iOS
gtabidze opened this issue · 1 comments
gtabidze commented
What did you do?
React content Loaders
What did you expect to happen?
Expected to work for all browsers
What happened actually?
Black layout issue while base-href is set on Safari/iOS. Somehow we found out that SVG url() doesn't work under in Safari/iOS. We removed from page and issue solved.
Which versions of react-content-loader, and which browser are affected by this issue?
Latest, Safari (Web/Mobile)
danilowoz commented
Thanks to sharing your solution :)