docusaurus-plugin-search-local
docusaurus-plugin-search-local copied to clipboard
Cannot swizzle SearchModal component
Hi there! Maybe I'm doing it wrong, but I can't seem to swizzle the SearchModal
component. My changes in src/theme/SearchModal/SearchModal.js
aren't taking effect. I'm always seeing the version of the component in node_modules
instead of the swizzled version. Also, is there a way to swizzle the component so that it is in the original TypeScript with JSX instead of the transpiled .js file? Any help would be greatly appreciated!