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
If you make an node with an empty title the LSP returns a gibberish error message that doesn't help track down the issue.
So if you have the following Yarn:
title:
---
// can put anything you want in here
===
The LSP will respond with: Error: name must not be falsy which isn't super helpful.
The text was updated successfully, but these errors were encountered:
If you make an node with an empty title the LSP returns a gibberish error message that doesn't help track down the issue.
So if you have the following Yarn:
The LSP will respond with:
Error: name must not be falsy
which isn't super helpful.The text was updated successfully, but these errors were encountered: