Josef Budniakiewicz
Josef Budniakiewicz
My team is running into a similar issue with these types, and wondering if there has been any resolution?
@vanGalilea As a developer at a startup, I was looking into Stream Chat as a possible alternative to rolling our own chat system. While doing the spike card to look...
> Fellas try to remove React.StrictMode from your index file, probably will resolve but this is a bug.... This fixed it. Thank you!
I may be misunderstanding something but this seems like a **workaround** for the bug, not a fix. This would not close the issue.
> pls cooperate with a better idea The issue states that TypeORM's migration generator is generating migrations that drop columns instead of using `ALTER COLUMN`. The better idea would be...
This is happening in my project as well, the only preview features I'm using are `queryCompiler` and `driverAdapters`. However, removing `queryCompiler` and keeping `driverAdapters` fixes the problem for me.