Results 17 comments of Brice Lechatellier

@glademiller @xoac running into the same issue, did you find a workaround?

If I manually wrap up a ChakraProvider around the story without using "@chakra-ui/storybook-addon", it works, so I suspect the issue is with the addon.

Temporary solution to be able to use the latest @chakra/react version was to remove the storybook addon and implement my own theme toggle. ```tsx interface ColorModeProps { colorMode: 'light' |...

Hello, same issue when building: *\* BUILD FAILED ** The following build commands failed: CompileC build/tiarmarker.build/Release-iphoneos/tiarmarker.build/Objects-normal/armv7/ComArmarkertiModule.o Classes/ComArmarkertiModule.m normal a rmv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC build/tiarmarker.build/Release-iphoneos/tiarmarker.build/Objects-normal/armv7/ComArmarkertiCameraView.o Classes/ComArmarkertiCameraView.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler (2...

fyi, build works with 1.6.2

Thanks, just tried the experimental branch but still get an error: [DEBUG] Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool failed with exit code 1 Any idea what's going on please?

@lgrammel thanks, this can't be used with multiple tools though, right?

@brianc sorry for the late reply, some of those issues were because of the supabase pooler terminating some connections randomly, the issue has been fixed on their side and this...

It was related to a change they did and fixed on their side https://github.com/supabase/supavisor/issues/344

I've also encountered that issue in the past with an onCompletion callback from streaming an AI response that was called async after the connection was closed.