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
Seems like maybe your project's version of prettier is interfering with the one playroom depends on.
The error itself might be due to prettier v3's API being entirely async. We'd likely need a bit of a refactor in order to upgrade to prettier v3, or maybe we could use https://github.com/prettier/prettier-synchronized.
EDIT: Seems like using @prettier/sync combined with prettier/standaloneisn't possible.
Hello,
When clicking on the "+" icon in the side panel or using the CMD+K shortcut, this error happens:
View error
This happens on 0.32.0 but not on 0.31.0.Edit: even when downgrading I get an error. It seems a lot of internal utils have
code: string
but when logging, code isundefined
.Edit2: it seems related to prettier V3.
The text was updated successfully, but these errors were encountered: