code-reviews

John Bradens 2021-09-22T19:19:14.033100Z

Can anyone please help me understand why I can't get my app to deploy to heroku? It tells me that it can't find the namespace react, except I have react listed as a dependency... https://github.com/johnbradens/kewl-app I really appreciate any help. I'm a total newbie

lsenjov 2021-09-23T22:25:57.033800Z

Got the full stacktrace of it saying it can’t find the namespace react?

sova-soars-the-sora 2021-09-26T13:14:02.034200Z

are you using shadow-cljs? you may need to npm install react and stuff...