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
{{ message }}
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
I'm getting this error on all of my /get routes. Post routes are fine
swagger-node-express : 2.1.3
parser_block.js:127 Uncaught (in promise) TypeError: e.replace is not a function
at a.parse (parser_block.js:127)
at Array.e.exports (block.js:15)
at i.process (parser_core.js:50)
at f.parse (index.js:138)
at f.render (index.js:152)
at t.default (markdown.jsx:38)
at s._constructComponentWithoutOwner (ReactCompositeComponent.js:306)
at s._constructComponent (ReactCompositeComponent.js:282)
at s.mountComponent (ReactCompositeComponent.js:185)
at Object.mountComponent (ReactReconciler.js:43)
I'm getting this error on all of my /get routes. Post routes are fine
swagger-node-express : 2.1.3
parser_block.js:127 Uncaught (in promise) TypeError: e.replace is not a function
at a.parse (parser_block.js:127)
at Array.e.exports (block.js:15)
at i.process (parser_core.js:50)
at f.parse (index.js:138)
at f.render (index.js:152)
at t.default (markdown.jsx:38)
at s._constructComponentWithoutOwner (ReactCompositeComponent.js:306)
at s._constructComponent (ReactCompositeComponent.js:282)
at s.mountComponent (ReactCompositeComponent.js:185)
at Object.mountComponent (ReactReconciler.js:43)
Example of documentation
/**
*/
Any ideas?
The text was updated successfully, but these errors were encountered: