You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental decorators might scare of a new to NEAR, or more junior developer. Not sure what the alternatives are to remove or suppress this warning from the SDK so the developer doesn't see it.
(method) StatusMessage.set_greeting(message: any): void Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.ts(1219) No quick fixes available
Using VSCode with JS linter
The text was updated successfully, but these errors were encountered:
Unfortunately there is no good way to fix the status of "experimental" because we want a JS SDK, not a TS one, and in JS world decorators are still in "Experimental" stage. We may ship a tsconfig or jsconfig in example project / template projects to remove the warning? cc @volovyk-s
Experimental decorators might scare of a new to NEAR, or more junior developer. Not sure what the alternatives are to remove or suppress this warning from the SDK so the developer doesn't see it.
(method) StatusMessage.set_greeting(message: any): void Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.ts(1219) No quick fixes available
Using VSCode with JS linter
The text was updated successfully, but these errors were encountered: