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
Using weird casing in overridden elements doesn't replace them. Possibly related to #247
Example:
importReactfrom"react";importReactDOMfrom"react-dom";importMarkdownfrom"markdown-to-jsx";functionCustomInput(){return<div>custom input would go here</div>;}functionApp(){return(<Markdownoptions={{overrides: {input: CustomInput}}}>{"<INPUT />"}</Markdown>);}constrootElement=document.getElementById("root");ReactDOM.render(<App/>,rootElement);
The text was updated successfully, but these errors were encountered:
Using weird casing in overridden elements doesn't replace them. Possibly related to #247
Example:
The text was updated successfully, but these errors were encountered: