Linting error, can't find "preact"
I know it's not a big deal, but I can't clear all my linting errors because I'm getting the following:
Module not found: Can't resolve 'preact' in '{my path}/node_modules/react-hashtag/dist'
Not sure what if anything that can be done.
Hey @tammyhart thanks for opening this issue.
Ah, yeah, so I'm requiring both react and preact for it to work seamlessly no matter the context and that's the reason why I think you have that warning. Question though, is your linting running on your node_modules? 🤔 I'm not sure if I have seen that warning before and that could be the only explanation.
i'm receiving same warning in console.

same here