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

Issue with using the plugin - #1

Closed
Hjeewa opened this issue Aug 31, 2022 · 1 comment
Closed

Issue with using the plugin - #1

Hjeewa opened this issue Aug 31, 2022 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@Hjeewa
Copy link

Hjeewa commented Aug 31, 2022

Hi, ive followed the instructions to implement, to the T.

I get this message

Uncaught TypeError: Cannot read properties of undefined (reading 'cloneNode')
    at Filler.addClones (index.module.js:183:61)
    at Filler.setClonesCount (index.module.js:216:40)
    at Filler.update (index.module.js:263:10)
    at ResizeObserver.eval (index.module.js:161:14)

My code is quite simple, im calling the function from my app.js. The reeller.js file i have only contains this


import Reeller from 'reeller';
import gsap from 'gsap';


Reeller.registerGSAP(gsap);

export default function cubertoReeller(){

    const reeller = new Reeller({
        container: '.my-reel',
        wrapper: '.my-reel-wrap',
        itemSelector: '.my-reel-item',
        speed: 10,
    });
}

Would appreciate any help you can provide!

Thanks in advance

@Drafteed
Copy link
Collaborator

Drafteed commented Sep 4, 2022

Hello! Please show HTML markup.

@Drafteed Drafteed self-assigned this Sep 16, 2022
@Drafteed Drafteed added the question Further information is requested label Sep 16, 2022
@Drafteed Drafteed closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants