beyonk-group / svelte-notifications

Svelte toast notifications component that can be used in any JS application
310 stars 24 forks source link

SSR | Unknown file extension ".svelte" #31

Open ghost opened 2 years ago

ghost commented 2 years ago

Using svelte-notifications with the sveltekit node adapter results in the following error:

Error when evaluating SSR module /src/routes/test.svelte: TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".svelte" for [...]/node_modules/@beyonk/svelte-notifications/Notifications.svelte

jdevine commented 2 years ago

Happening to me too.

yhzhu99 commented 2 years ago

I met this problem as well. (sveltekit)

antony commented 1 year ago

can you provide a reproduction please?

RudraPSinha commented 1 year ago

This problem persists