Open pernifin opened 9 months ago
Basically title. Although importing import { type WebApp } from "@twa-dev/types"; works fine, but import TwaSdk from '@twa-dev/sdk'; causes this error.
import { type WebApp } from "@twa-dev/types";
import TwaSdk from '@twa-dev/sdk';
tmp workaround
// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-nocheck
Same issue, none of these work and still no solution in months?
Basically title. Although importing
import { type WebApp } from "@twa-dev/types";
works fine, butimport TwaSdk from '@twa-dev/sdk';
causes this error.