Does Dataset class lost it's "new" property??

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

PPPleas… Does anyone have any idea why do I get an error:


@yisrael-wix , can you take a look?

Very strange. Yes - I do see this problem, but in spite of being flagged as an error, the new() function works.

I’ll notify QA about this for evaluation.