markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

Version 7.4.1 has a strange consol.log in index.cjs and index.umd.js - console.log("AHHHHHHHH")

Open devbrains-com opened this issue 6 months ago • 2 comments

Hi there

Why does the Version 7.4.1 has this console output in the index.js and index.umd.js? There is also another console.log that looks strange.

image

Thanks for clarifying.

devbrains-com avatar Feb 15 '24 14:02 devbrains-com

I checked the code, there is nothing in source. https://github.com/quantizor/markdown-to-jsx/blob/v7.4.1/site.tsx#L324

Something in bundling?

I also checked microbundle source, for the log: negative

jaggli avatar Feb 15 '24 14:02 jaggli

I've seen this too and have been wondering where it's coming from, but haven't tracked it down yet...

    console.log
      AHHHHHHHH

      at Object.n (../../node_modules/.pnpm/[email protected][email protected]/node_modules/markdown-to-jsx/dist/index.module.js:1367:26)

zegl avatar Feb 15 '24 14:02 zegl

🤦🏼‍♂️ I need to get changesets set up so I'm not releasing from my machine anymore

quantizor avatar Mar 12 '24 14:03 quantizor

https://github.com/quantizor/markdown-to-jsx/releases/tag/v7.4.2

quantizor avatar Mar 12 '24 14:03 quantizor