-
-
Notifications
You must be signed in to change notification settings - Fork 426
Closed
Description
What did you do?
My Loader Component
const Loader = props => (
<ContentLoader
preserveAspectRatio="none"
style={{width: '100%' }}
>
<rect x="0" y="0" rx="5" ry="5" width="100%" height={300} />
</ContentLoader>
)
What did you expect to happen?
Expect to work for all browsers
What happened actually?
Working fine on Chrome and FireFox but giving black layout for safari.
Which versions of react-content-loader, and which browser are affected by this issue?
"react-content-loader": "^3.1.1"
"react": "^15.4.2"
Browsers: Safari