Skip to content

TypeError: Cannot read property 'addEventListener' of undefined #68

@InstinctSolutions

Description

@InstinctSolutions

const rowVirtualizer = useVirtual({ size: pokeData ? pokeData.pokemon_entries.length: 0, parentRef, estimateSize: useCallback(() => { return pokeData ? pokeData.pokemon_entries.length: 0 }, []);, overscan: 12 });
Screenshot 2020-09-26 at 8 30 46 AM

may I know what is the reason, I developed this in react typescript

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions