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

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.

It seems like there are issues rendering templates. Have you seen this error before since the upgrade to newer versions of jQuery?
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
The error is caused by including the
regionsproperty below.After setting some breakpoints I noticed that the template property is being set to
null.It seems like there are issues rendering templates. Have you seen this error before since the upgrade to newer versions of jQuery?