-
@kentcdodds @PrettierCode This was fixed by github.com/prettier/prettier/pull/6949, which should be part of the next version of Prettier (targeting January IIRC). In the meantime,
npm install prettier/prettier
oryarn add prettier/prettier
to switch to the master-branch version of Prettier, which includes the fix.