Kevin Piacentini
Kevin Piacentini
@andrew6666 I'm facing the same issue. I've tried to add the exact same "fonts" options than yours. However, it appears that "Share Tech Mono" is working while "Roboto" is not....
Same issue there. Any hint?
Hey guys, @HaoweiCh, A workaround for inject.js I found is to comment/remove CommonChunkPlugin from webpack.prod file. ```js /// ............ webpack.prod.js new ExtractTextPlugin({ filename: 'css/[name].[contenthash].css' }), new webpack.HashedModuleIdsPlugin(), // // new...
Not sure it's related to your issue but I'm also facing trouble with `\dtr`, which in my case, makes the app stop its execution flow, just as If I set...
Hey guys, I'm currently using the new-api branch, and I'm facing the same freezing issue. I'll need to fix that soon. @eKoopmans should I do a fork and implement the...
Hi, Are you open to PR? This bug seems to be a quick fix and I guess many people are struggling with it.
> I've faced similar issue today but on `Switch` component which also uses `group` class name. So it seems all components that use `group` class name can be misbehaved if...
Great suggestion, thanks :) Could you give more information about how you plan to organize your folders/conversations? Do you have a specific usecase?
Interesting! So if I understand, you would like for example to restrict an Agent to a specific group of users?