Michael

Results 10 comments of Michael

Same here, worked one week ago, now doesn't anymore The last 100 lines of log request went through because I see them showing up on the ELB web interface. So...

This worked for me ```javascript const flatList = useRef(); flatList.current.scrollToIndex({ index: 1 })} /> ```

Thanks @parth-koshta for pointing us towards the migration example. @rosnaib11 / @sameer0075 what worked for me was: * I added the initialState `hanFontSize: 24` in my slice * I did...

> Thanks @PiotrKujawa , but you have a typo (duplicate `persistReducer`) Correct: ```ts export const persistedReducer = persistReducer( persistConfig, rootReducer ); ```

Facing the same issue. Touch events of the segmented control are not handled properly when rendered within a Modalize view.

Would love to see this, too

Would be great to get an approval from one of the code owners on this.. it also impacts Shadcn/ui

This is not fixed on 0.6.2 nor on the next branch (installed via `pip install git+https://github.com/unclecode/crawl4ai.git@next`) Still getting `'async_generator' object has no attribute 'status_code'` when using a `deep_crawl_strategy` with `arun_many`