I'm trying to follow a simple example on your web site but I'm getting the error 'igregisterscript is not defined'. What am I doing wrong?
js file:
igRegisterScript("WebGridIsCurrentCellTemplate", (ctx) => {
var html = window.igTemplating.html;
return html`<div>AAA</div>`;
}, false);