Anthony Nabuurs

Results 5 comments of Anthony Nabuurs

We are having the exact same issue as @Magniel, is there any update on this @ctrlplusb?

This issue will be solved in this currently open PR by @rehubbard: https://github.com/lawnstarter/react-native-picker-select/pull/464 In the meantime, if you are using `Yarn`, you can solve this temporarily by forcing `react-native-picker-select` to...

When can we expect this PR to be merged in? πŸ™‚ Nice work @Rehubbard! This should solve both these 2 open issues: - https://github.com/lawnstarter/react-native-picker-select/issues/458 - https://github.com/lawnstarter/react-native-picker-select/issues/403

@bkaganyildiz this is probably because your new React app is using React v18 and entirely wrapped in `React.StrictMode` `(import { StrictMode } from "react";)`. While not an ideal solution, you...

Still happens in lexical v0.12.2 and @lexical/react 0.12.2. In this case `$convertFromMarkdownString` ends up stripping out a space character or new line character at the end of the markdown text:...