I have the following in my template
<sly data-sly-call="${slideMenu @ menuItem=model.menuPage, iconTpl=iconTpl, parentName=null}"></sly>
and IntelliJ complains with unresolved reference is null.
the template signature is
<template data-sly-template.slideMenu="${ @ menuItem, iconTpl, parentName}">
Can someone suggest how to solve this?