Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Overriding console method throws breaking error on Firefox #64

Open
dogagenc opened this issue Mar 4, 2023 · 2 comments
Open

Bug: Overriding console method throws breaking error on Firefox #64

dogagenc opened this issue Mar 4, 2023 · 2 comments

Comments

@dogagenc
Copy link

dogagenc commented Mar 4, 2023

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.

PR:
#63

@dogagenc
Copy link
Author

dogagenc commented Mar 4, 2023

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

@edman
Copy link

edman commented Mar 12, 2023

I had the same problem and can confirm you fork fixes it.

Thank you for publishing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants