Pavel

Results 36 comments of Pavel

I have the same error. I don't even know where does it happen. But yes, it started to happen after I updated the app to v52. In my case this...

@zimeg I believe a problem with `chat.update` remains. I wait until the file will be uploaded (https://github.com/slackapi/java-slack-sdk/issues/1349#issuecomment-2695697237). And then do two calls `chat.update` and `chat.postMessage`: ```javascript const rChatUpdate = await...

Same issue happens when `swagger-ui` is rendered through the latest `backstage` setup. There it is resolved as `swagger-ui-react 4.4.1`.

@char0n yes, I've left my comment to mention other impact of this behaviour - `backstage`. May I ask if the reason of this behaviour is known, is this considered as...

~Same thing, an example from the documentation: https://wix.github.io/react-native-ui-lib/docs/getting-started/usage does not work. For `View`, `Text` and `TextField` it does, but fails on `Button`.~ upd. To me it helped to make sure...