#Carousell autoplay delay not being applied

6 messages · Page 1 of 1 (latest)

thin wadi
#

Try calling autoplay.current.play() in useEffect

coral crest
#

Already tried that and i am getting the error of cant read internalEngine

autoplay.current.play();
}, [autoplay]```
thin wadi
coral crest
#

My mantine is 7.9.2 but the embla does not have that version, should i use the 7.1.0?

#
    "@mantine/core": "^7.9.2",
    "@mantine/form": "^7.9.2",
    "@mantine/hooks": "^7.9.2",
    "@mantine/notifications": "^7.9.2",
    "@sentry/browser": "^7.57.0",
    "@sentry/react": "^7.57.0",
    "@tabler/icons-react": "^3.4.0",
    "electron-log": "^4.4.8",
    "electron-router-dom": "^1.0.5",
    "embla-carousel-autoplay": "^7.1.0",
    "embla-carousel-react": "^7.1.0",```
#

with my dependencies like this i still cant see the carousel autoplaying -.-''