Thibaud Auzou
Thibaud Auzou
Hello @mrashed-dev It may work for TypeScript but once compiled, this code won't work: ``` { "errorType": "TypeError", "errorMessage": "Nylas.default is not a constructor", "trace": [ "TypeError: Nylas.default is not...
My only working solution for now is to do this: ``` // @ts-expect-error Some comment so next dev can understand... const nylas = new Nylas({ apiKey: nylasApiKey, apiUri: nylasApiBaseUrl })...
[ColorPicker] ColorPicker alters manually entered hex value due to precision loss in colortranslator
I have the same problem, couldn't find the reason in my own code so I came here to find a similar issue. So i'm not crazy then. Nice troubleshooting!