baconjs / bacon.js

Functional reactive programming library for TypeScript and JavaScript

Home Page:https://baconjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

examples are not working

jutunen opened this issue · comments

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

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

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

Ok, it seems to work now, thank you!