hyperapp icon indicating copy to clipboard operation
hyperapp copied to clipboard

1kB-ish JavaScript framework for building hypertext applications

Results 14 hyperapp issues
Sort by recently updated
recently updated
newest added

It is silently assumed unsubscribe handler has not return value, however if it has it compromises subscriptions processing. To make the code more robust I propose to ignore the return...

when stopping a subscription- by &&ing it with a falsy state value in app()- and then restarting it, I get an error "oldSub[2] is not a function". It looks like...

bug

Hey, when stopping the app by dispatching `null`, the following error is thrown: "Cannot read properties of null (reading 'length')". It looks like the issue is caused by the following...

bug

Hey, I’m looking to use this to rewrite my current widget. Our customers add our JavaScript lib to the head tag. And then we inject html CTAs inside DOM elements...