svelte-convert icon indicating copy to clipboard operation
svelte-convert copied to clipboard

Cannot use import statement outside a module with SvelteKit

Open NickAlvesX opened this issue 3 years ago • 0 comments

I got this error when trying to import 'svelte-convert/react' inside src/lib/index.ts of a SvelteKit project.

Cannot use import statement outside a module
node_modules/svelte-convert/dist/react.js:1
import React from 'react';

This only happens on the first run tho, if I refresh the page, it works.

NickAlvesX avatar Feb 22 '22 23:02 NickAlvesX