lurdharry

Results 5 comments of lurdharry

Thanks so much for creating this issue, it took me a while to even know what’s causing the freeze.

Import Type `import type { AWS } from "@serverless/typescript";` Use type here: `const config: AWS["functions"][number] = { handler: '${handlerPath(__dirname)}/handler.main', events: [ ], };`

I had similar issue but was able to fix it, Here is my solution ```javascript const { currentStepNumber } = useCopilot() const isMounted = useIsMounted(); useEffect(() => { const timeout...

@Saigronas try replacing the useEffect hook with useFocusEffect hook from react navigation. It was working well when I used useEffect but it stopped working at some point may be due...