Alexey Gevorkyan
Results
2
issues of
Alexey Gevorkyan
Fixes ## Description if controllers array is empty or undefined i have error "Cannot read property 'filter' of undefined" ## Checklist - [x] the pull request title describes what this...
### Description When i use useSocketServer(io) without controllers array in options i have error "Cannot read property 'filter' of undefined" **Minimal code-snippet showcasing the problem** ```ts useSocketServer(io); ``` In src/index.js:36...
type: fix
status: needs triage