Skip to content

CRITICAL: Grid is broken: TypeError: Cannot call method 'replace' of undefined #949

@aleksashin

Description

@aleksashin

error TypeError: Cannot call method 'replace' of undefined shows up during initialization. The reason - incorrect template path while putting templates to cache
e.g. $templateCache.put('src/templates/aggregateTemplate.html', -> should be $templateCache.put('aggregateTemplate.html',

the same for all templates
$templateCache.put('src/templates/cellTemplate.html',

etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions