baconjs / bacon.js

Functional reactive programming library for TypeScript and JavaScript
https://baconjs.github.io
MIT License
6.47k stars 330 forks source link

examples are not working #769

Closed jutunen closed 4 years ago

jutunen commented 4 years ago

When trying out examples from https://rawgit.com/baconjs/bacon.js/master/examples/examples.html

I get following error to console:

Screenshot at 2020-08-20 12-49-29

raimohanska commented 4 years ago

Oh I had totally forgotten these examples exist. Let's see...

raimohanska commented 4 years ago

Fixed! I removed jQuery from there.

This has been broken for the longest time. Nowadays, to use Bacon with jQuery you need to do this: https://github.com/baconjs/bacon.js#for-jquery-users

jutunen commented 4 years ago

Ok, it seems to work now, thank you!