warning on meta field: The meta property cannot currently be used with the visual editor
Is there a way to disable or hide the following warning on meta field?
The meta property cannot currently be used with the visual editor.
Not currently, and this warning is purely informational. It will go away when we have support for meta data in the editor, which is coming soon.
For now, maybe there can be a setting in the VS Code extension to disable warnings (cc. @Andarist @mellson)
Hey guys, thanks for this amazing tool. Is there any workaround at the moment to disable those warnings?
I have some stuff that should be put in meta, but I'm annoyed with those vscode warnings that are hurting my eyes, so I'm putting them in the context right now (that is suboptimal).
I'll look into it. Would you want some VS Code extension setting to hide warnings?
@davidkpiano, thanks, that could work great
For now, I have set xstate.showVisualEditorWarnings to false to turn off the meta warning message.
It might be helpful to add a new flag option that only turns off the meta warning message.