Sean Liu

Results 5 comments of Sean Liu

When enable RepositoryProvider to use console command, it appear an error: `[Symfony\Component\Debug\Exception\FatalErrorException] Illuminate\Support\ServiceProvider::mergeConfigFrom(): Failed opening requi red '/Users/seekerliu/Documents/sxmsV2/vendor/bosnadev/repositories/src/Bos nadev/Repositories/Providers/../../../config/repositories.php' (include_pat h='.:')` then I find that , the $config_path in RepositoryProvider...

> npm uninstall use-memo-one react-native-gifted-chat npm install use-memo-one react-native-gifted-chat The commands will auto install use-memo-one 1.1.3 to fit react 18.0. It works.

解决方法: 1,安装这俩包:yet-another-abortcontroller-polyfill,event-target-polyfill 2,app.js import: import 'event-target-polyfill'; import 'yet-another-abortcontroller-polyfill';

> > @7NZ can you please make changes to make in given code sandbox example and please share it over here if possible, because i am not getting how to...

This works for me. Give InfiniteScroll a fixed height, and use handleRef function resize height when dialog's height changed. ```tsx const [scrollHeight, setScrollHeight] = useState(300); const handleRef = (node: HTMLDivElement...