Summit

Results 2 comments of Summit

@slaponicus My `App` component isn't at the root-level of my JSX, it's included on the page by a parent component `index.jsx`: ### index.jsx ```js ReactDOM.render( , document.getElementById('wrapper'), ); ``` ###...

@florianfelsing Thanks for the patch! I altered your `start_processing` implementation so it works with the telegram-bot-types gem (for projects where that's [enabled](https://github.com/telegram-bot-rb/telegram-bot?tab=readme-ov-file#typed-responses)). Also added a conditional so it won't filter...