Today I got this new error " Property “new” does not exist on type “Dataset” ", in all my pages, wherever I use:
$w("#myDataset").new()
2 .then( ( ) => {
3 console.log("New item created");
4 } )
5 .catch( (err) => {
6 let errMsg = err;
7 } );
*** In design mode of course