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
The file called suppress-warnings can cause issues in Firefox applications. To address this problem, I have created a pull request that removes the file and its usage. Additionally, I believe that it's important to be able to see warnings generated by Svelte during development. By using suppress-warnings, other warnings from dynamically loaded components and other files/libraries may also be suppressed.
In case you are visiting from the future and encounter a problem with your application or website on Firefox due to this library, I have uploaded an updated version on npm:
npm install @dogagenc/svelte-markdown
or yarn add @dogagenc/svelte-markdown
The file called
suppress-warnings
can cause issues in Firefox applications. To address this problem, I have created a pull request that removes the file and its usage. Additionally, I believe that it's important to be able to see warnings generated by Svelte during development. By usingsuppress-warnings
, other warnings from dynamically loaded components and other files/libraries may also be suppressed.PR:
#63
The text was updated successfully, but these errors were encountered: