Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: #1916

Closed
JTorresConsulta opened this issue Jun 4, 2023 · 4 comments
Closed

bug: #1916

JTorresConsulta opened this issue Jun 4, 2023 · 4 comments
Assignees

Comments

@JTorresConsulta
Copy link

What version of daisyUI are you using?

3.0.1

Describe your issue

Loading icons and animations are not showing

loading-not

What browsers are you seeing the problem on?

Chrome

Reproduction URL (optional)

https://stackblitz.com/edit/daisyui-cdn-3mjkuy/?file=index.html

@dodo1708
Copy link

dodo1708 commented Jun 5, 2023

Had a similar issue, but I'm using 3.0.3. Had to add autoprefixer as the css props mask-* are not available in chromium based browsers.

@saadeghi saadeghi self-assigned this Jun 6, 2023
@ryankashi
Copy link

Tried this inside of my Electron app. Same issue. All instances of -mask-image or whatever it's called need to be replaced with webkit-mask-image.

Making this change makes things work properly

@saadeghi
Copy link
Owner

saadeghi commented Jun 7, 2023

Fixed in 3.0.4

@ldevai
Copy link

ldevai commented Jan 9, 2024

Seems like this same issue resurfaced at some point, I am having the exact same problem with 4+ (4.5.0)
I see mask-images browsing Chrome and my images don't get loaded. Works as expected in safari.

"devDependencies": {
"daisyui": "^4.5.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"react-daisyui": "^5.0.0",
"tailwindcss": "^3.4.1"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants