PrismJS / prism

Lightweight, robust, elegant syntax highlighting.
https://prismjs.com
MIT License
12.26k stars 1.29k forks source link

Cannot read properties of undefined (reading addSupport) #3592

Closed SamTV12345 closed 1 year ago

SamTV12345 commented 1 year ago

Information:

Description Clone the repository: https://github.com/SamTV12345/stackedit If on Windows you need to install besides Python 3.9 and above the Visual Studio Build Tools (C++ for desktop development) npm install npm start Enter the browser localhost:8080 Click on the Start Writing pencil. Blank page with the error in the console tab of the browser

Example You can find the Stackedit repository here: https://github.com/SamTV12345/stackedit

RunDevelopment commented 1 year ago

This error likely has nothing to do with us. Nowhere in our code base do we call an addSupport function.

SamTV12345 commented 1 year ago

Thanks for your info. It just appeared in the stacktrace. https://stackoverflow.com/questions/74252242/uncaught-typeerror-cannot-read-properties-of-undefined-reading-addsupport?noredirect=1#comment131092627_74252242