Karsten Schmidt

Results 231 comments of Karsten Schmidt

Hi @arnaudchenyensu - sorry this is causing so many headaches. I took another closer look at your example and the issue has actually **nothing** to do with your `key` function,...

Hi @maxsei - sorry for the slow response, just saw this now... I'm not using Nix, so not entirely sure what the purpose of this setup script is... Is it...

@bit-app-3000 Can you please describe a little more where/what the issue is or rather what the expected behavior should be and what you feel is going wrong? I.e. a bit...

I'm sorry, @bit-app-3000 — I've downloaded the video and went through it step by step, but without a working example or at least a little description of what you're doing...

Hey again — thank you for this, but again: Please **describe and explain in a few sentences what I should be looking at here**? - Which component(s) has/have the problem?...

Hi @bit-app-3000 — so because your project has way too many files and I also couldn't get it to run locally, I still couldn't figure out what is going wrong...

@bit-app-3000 I just updated the example with some more features and more comments (also requires a newer version of thi.ng/router, just published) :) Hth!

Those should be working like this: ```ts const myComponent = (...items: any[]) => [ "div", { class: "custom" }, ...items.map((x) => x.toUpperCase()).join(", "), ]; $compile([myComponent, "yabba", "dabba", "doo"]).mount(document.body); ``` Zero-arg...

You know, it'd be _really_ good of you in the future to please actually describe what is the unexpected behavior you're observing. You keep on having me guess and spend...

@bit-app-3000 that's very helpful to learn & a great use case — thank you! I've updated the `$compile()` function to add checks for embedded function forms, call the function and...