You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I desperately need such a visualization library for my Rxjs programming. It is by far the most appealing tool for such a purpose out of all existing alternatives.
However I could not manage to use/configure rxvision. A standalone version would be greatly appreciated, and/or some documentation. to make it work. I understood from the examples, that the visualization comes in a <div class="rxvision"></div>. I am not sure about the meaning of data-rxvision="true" though.
My problem is the webpack script expect Rx to be a global on the window object which is not the case of my configuration (I use require), and I am at a loss here. Is there any chance you can free some time to deliver a standalone script?
These are the scripts I have included in my index.html:
webpack:///./run/rx.js?:11 global Rx not found!
webpack:///./run/viz.js?:28 RxVision tracer not found
Uncaught Error: Mismatched anonymous define() module: [object Object]
http://requirejs.org/docs/errors.html#mismatch
The text was updated successfully, but these errors were encountered:
I desperately need such a visualization library for my
Rxjs
programming. It is by far the most appealing tool for such a purpose out of all existing alternatives.However I could not manage to use/configure
rxvision
. A standalone version would be greatly appreciated, and/or some documentation. to make it work. I understood from the examples, that the visualization comes in a<div class="rxvision"></div>
. I am not sure about the meaning ofdata-rxvision="true"
though.My problem is the
webpack
script expectRx
to be a global on thewindow
object which is not the case of my configuration (I userequire
), and I am at a loss here. Is there any chance you can free some time to deliver a standalone script?These are the scripts I have included in my
index.html
:Example of log:
The text was updated successfully, but these errors were encountered: