Simon Vetter
Simon Vetter
Is there any progress or workaround?
I had a similar problem because it is tagged as intager but actually expects a string
Does this code change fix the behaviour? Will it be integrated into slate-react?
The problem ist the patch expects `new NextServer({` [https://github.com/sam3d/next-plugin-websocket/blob/8d9e3e5fd99c6b11daf2b476f926a8b9af3faba4/src/patch.ts#L72](https://github.com/sam3d/next-plugin-websocket/blob/8d9e3e5fd99c6b11daf2b476f926a8b9af3faba4/src/patch.ts#L72) but can't find it and thus it inserts it at the top, because find index returns \`-1\`. A possible solution would...