-
This a 🐛 bug report.
**`.documents` is not accepting an object as second parameter** even though it's documented in the [README](https://github.com/choojs/bankai#compilerdocumentsroutename-opts-don…
-
I am trying to debug a problem in [`dat-desktop`](https://github.com/datproject/dat-desktop) where the "empty" screen of the development branch suddenly looked weird and I was able to track this back …
-
I noticed an error about `localhost:8080/favicon.ico` not being found after an initial create-choo-app, which I found odd because `create-choo-app` creates an `assets/icon.png` file. I was able to get…
-
This is an edge case i discovered while using nanomorph "in anger".
What is the best way to test issues like these?
```
// initial state
// Updated state based on input int…
-
As titled.
-
To reproduce:
1. `npx create-choo-app choo-app`
2. `npm run build`
3. `cat dist/sw.js`
Expected output:
```js
!function(){var e=["f496337daa245e10/bundle.js","caa723c7a1b764f2/bundle.css",…
-
`this.element` is only briefly mentioned in docs, but is a pretty handy and key piece of the nanocomponent API. Would be good to document for users.
-
### Expected behavior
In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:
```
var html = require('choo/html')
var choo = require('choo')
var app = choo()
…
as-dr updated
6 years ago
-
Heya there! :wave:
I'm deeply digging into tests, because i'm experimenting to implement virtual dom diffing, where `nanomorph` guided me at most. Diffing vdom, seems pretty smaller and easy than …
-
Using SVG sprites with `` will not update the icon.
The reason is that `getAttributeNS` and `setAttributeNS` DOM APIs are inconsistent in it's arguments.
E.g.: lets say 'foo:bar' ('foo' being the …