I have a question for those whom are familiar with re-graph. My testing setup is using doo
as a test runner and node
as my js environment. node
doesn't have a DOM like many other js environments. When I try running a test using ::re-graph/init
I get an error saying window
is not available. However, I don't see a need for a window with that function. Does anyone have any insight? Am I missing something?
Ahh good find
When you make pr is probably quickly fixed, Oliver Hine is quick to respond (I had an earlier issue for advanced compilation).
hi, feel free to raise an issue or send a PR. i don't have any projects with a non-browser target so would need assistance in testing / verifying
Hey @jacobhaag17 are you using web socket as well as http requests? I think re-graph is designed to use along with re-frame
As far as I know yes, I will be do some digging to see if the web socket is necessary
cool