TOPKAT

Results 11 comments of TOPKAT

I had the same problem when setuping environment variables like in [this doc](https://create-react-app.dev/docs/adding-custom-environment-variables/). In production everything works fine but in development mode it says that error. On the subject there...

Hi, my friends, I 've found a solution ! And don't forget that if you want to make link clickable, you have to remove `data-toggle="dropdown"` from html Just replace the...

+1 for a digger man

Hi, i have found that bit of undocumented useful code while browsing the repo examples: ``` javascript client.upload( filePath, params, function (uri) { // UPLOAD SUCCESS but NOT TRANSCODED //...

Ok, I have tried with config: ``` { "brace_style": "none,preserve-inline" } ``` And the result is the same...also I think this happen only in function params context, all others cases...

Hi, for those looking for a solution, here is a workaround: ```javascript myFunc( // { myProp: true }, // { myProp: true }, // { myProp: true }); ``` When...

Hi, I also have had a problem with downloading from npm. The problem is that the **package.json `main:index.js` is not pointing to anything** @vladocar I'll create a pull request to...

Hi, I just noticed that if the payment is not Immediate, the name will not appear. The text that will appear is also the label of the last item in...