Mergen Orynbayev
Mergen Orynbayev
I guess @h1ght1me meant that gorm connects to the default "postgres" database instead of "test" one specified in config, it ignores dbname param. I also had the same problem, solved...
https://github.com/alex3165/react-mapbox-gl/issues/931#issuecomment-763773368
Workaround from here https://github.com/mapbox/mapbox-gl-js/issues/10173#issuecomment-753662795 Install `worker-loader` to deps if you using CRA and add the following to the start of your code ``` // @ts-ignore // eslint-disable-next-line import/no-webpack-loader-syntax mapboxgl.workerClass =...
@Slava-fe-mjstk I was wrong, shame on me :) it's a worker-loader, not webpack-loader @reMRKableDev I see the app is working, hope you figured out it