Ayoub Abidi

Results 2 comments of Ayoub Abidi

So is the problem solved or what? I tried everything you suggested but nothing worked. ``` const queryBuilder = datasource .getRepository(Post) .createQueryBuilder("post") // ! TypeError: Cannot read property 'databaseName' of...

I used the style inside the component to change the color to white if dark mode is activated like this: ` ` it affected only the text inside the editor...