Is there an existing issue for this?
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.
Expected Behavior
There shouldn't be any mistakes.
What did I miss?
eslint-plugin-react version
7.32.2
eslint version
8.15.0
node version
16
Activity
ljharb commentedon Mar 14, 2024
“nothing” isn’t an expression.
Why return an empty fragment instead of undefined or null?