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
I have searched the existing issues and my issue is unique
My issue appears in the command-line and not only in the text editor
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Description Overview
I added the allowExpression: true option to my config, but the empty fragment still shows the error.
Activity
ljharb commentedon Mar 14, 2024
“nothing” isn’t an expression.
Why return an empty fragment instead of undefined or null?