Becky Brown
Becky Brown
Would it have something to do with this library still using socket.io v2.x instead of v3.x?
It's because this package hasn't been updated to support socket.io v3. The "bad request"s are probably because your server and client are running different versions of socket.io. Until then, seems...
@uvula , have you considered submitting a pull request? I came to the Issues to see if anyone else was asking this question, because I'm having a similar problem of...
I was having this problem even by including it the way it's supposed to work: ``` var tablesort = require('tablesort'); import "tablesort/src/sorts/tablesort.number.js"; ``` I was able to fix it by...
@younesbelkada I don't know what about your comment helped me, but it helped me realize the problem wasn't in transformers, or BLIP2. In the initial run of this code on...
Sorry, yes - while I did close out the reactive early on StackBlitz, in your link, the StaticElement is still not being enclosed in an `h2`. This seems to happen...