Hey, I get errors on passing additionalScope variable
I define it in JS query -
and it finally works when i run my REST API query, but initially on open the edit form - the value is undefined. How to get rid of those errors in the console?
Hey, I get errors on passing additionalScope variable
I define it in JS query -
and it finally works when i run my REST API query, but initially on open the edit form - the value is undefined. How to get rid of those errors in the console?
Hi @Anna123NW,
This is, unfortunately, a known bug, see related thread here.
However, the error is a linting one and it will not impact your app's performance.
Best,
Miguel
thank you @MiguelOrtiz
!!