Azamat Jumabaev
Azamat Jumabaev
Navbars and more components are not responsively. Please make more responsively.
This is my code : `const rewireAliases = require('react-app-rewire-aliases'); const { paths } = require('react-app-rewired'); const { resolve } = require('path'); module.exports = function override(config , `env){` config = rewireAliases.aliasesOptions({...
This is my code: **StompContainer.tsx** ```tsx import { PropsWithChildren, useEffect } from "react"; import { useTranslation } from "react-i18next"; import { useAuth } from "../../hooks/useAuth"; import { useAppDispatch } from...
 Sometimes it isn't rendering response properly. Investigated using onFinish method. OpenAI response is coming properly but it's not rendering anything.  Also it's not showing formulas
I want to add some buttons to composer. But there's no way to render it like promptRenderer or responseRenderer.
### Mapbox Implementation Mapbox ### Mapbox Version default ### React Native Version 0.76.3 ### Platform Android ### `@rnmapbox/maps` version 10.1.33 ### Standalone component to reproduce ```tsx import React, {useRef} from...