You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serverAdapter and the options should be inside of the same object as the queues property. Additionally, the options should be wrapped within an options property as I found out here.
In this section of the readme. The createBullBoard usage is incorrect:
The serverAdapter and the options should be inside of the same object as the queues property. Additionally, the options should be wrapped within an options property as I found out here.
So the correct usage seems to be:
This is what is working for me, but it took me quite some time to figure out what was wrong since the readme incorrectly documents the usage.
The text was updated successfully, but these errors were encountered: