Closed filwiesner closed 5 years ago
Probably has something to do with importing because if I declare the same funtion (Reconnect()
) in the same file as tmi(), it works 😕
Seems to be fixed by not using onTwitchMessage
function. Maybe it has something to do with the function being inline and reified.
Fixed in 0.0.6
TmiK version:
0.0.5
Description:
Empty project with Reconnect plugin throws
ReferenceError
Steps to reproduce:
1) Create Kotlin/Js project with Node 2) In main setup MainScope and add Reconnectplugin
Stack trace: