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
Error message:
can only be default-imported using the 'allowSyntheticDefaultImports' flag
import xmlFormat from 'xml-formatter';
~~~~~~~~~
node_modules/xml-formatter/dist/types/index.d.ts:57:1
export = formatXml;
This module is declared with 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: