2 Replies
I got the same error
I guess for now you can either ignore this error like this:
Or just cast it, like this:
I personally would recommend doing it the
// @ts-expect-error
way (first example), because once this gets fixed, you're IDE will add a red squiggly line there, saying that your expecting an error, but there is none, so you can safely remove that comment afterwards. The cast is a bit more stealth-ish and will potentially stay there even after it's been fixed.
But despite this TS error, does the plugin work fine for you? I haven't tested it yet myself, just started migrating now.Hey there , this has been fixed and will soon be pushed out to the beta release 🙏🏼