Fork me on GitHub
#figwheel-main
<
2020-11-28
>
Braden Shepherdson03:11:15

I'm getting some weird behavior from my Figwheel-main setup. the first load seems to work. future browser refreshes run into an error, some of the time.

Uncaught Error: Bad dependency path or symbol: module$home$braden$my_project$node_modules$lit_html$lib$directive
I'm using a local library that uses lit-html via :npm-deps. I found that it doesn't seem to work unless I include lit-html in my main project's :npm-deps and set :install-deps true.

Braden Shepherdson03:11:41

it does succeed in loading and using lit-html sometimes; I'm not sure what's different about later loads.