DevTool doesn't recognize app as being Cyclejs
Author: travenastyCreated Sep 15, 2016Updated May 11, 2026
Labelspriority 3 (should)issue is bugscope: devtool
Code to reproduce the issue: (toy sandbox app repo at: https://github.com/travenasty/gold.core)
Expected behavior: Chrome extension, recognizing local Cyclejs (using xstream runner) App and visualizing code-flow execution.
Actual behavior:

Versions of packages used:
"dependencies": {
"@cycle/dom": "12.2.2",
"@cycle/isolate": "1.4.0",
"@cycle/xstream-run": "3.1.0",
"@horizon/client": "2.0.0",
"@horizon/server": "2.0.0",
"cyclic-router": "2.1.2",
"history": "3.0.0",
"ramda": "0.22.1",
"xstream": "6.1.0"
}Source: cyclejs/cyclejs