Princewill Chiaka

Results 6 comments of Princewill Chiaka

Your render_items function could use `Array.map` to avoid creating the `elements`. I also think that the `fetch` is not triggering a redraw because you are using it in the `contructor`...

Yes you need to put the fetch in an `oninit` what I think is happening is that `fetch` runs completely before the component is fully rendered by the `view` method...

`````` This worked for me. Thanks @reah

I got around this by locking the docker compose version to v2.3.3. Every other suggestion here failed. Using Github actions, this is what the job looks like. ``` - name:...

> Same issue here. validate:"boolean" fails whichever value (true/false) is passed in a json request I am having the same issue.