Cannot swizzle SearchModal component
rsexton404 opened this issue · 0 comments
rsexton404 commented
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!