Skip to content

jQuery Upgrade to 2.2.4 Dependency Issue #8

@ddruker

Description

@ddruker

Hello @lexich, Upon upgrading from jQuery >= 1.12.0 to jQuery >= 2.2.0 there is a dependency issue. The following type error appears in the Chrome console...

Screenshot

bug

The error is caused by including the regions property below.

export default _BaseLayout.extend({
  regions: {
    header: {
      el: '.header',
      view: Header,
    },
  }

After setting some breakpoints I noticed that the template property is being set to null.

breakpoint

It seems like there are issues rendering templates. Have you seen this error before since the upgrade to newer versions of jQuery?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions