Natanael de Kross
Natanael de Kross
Discarding {...attributes} props worked for me. Not sure what the downsides are. ```jsx const renderPlaceholder = ({ children }: RenderPlaceholderProps) => { return ( {children} ) }
@verontheservant Expo no longer uses the OS bundled version of SQLite in `expo-sqlite/next`, which might be why we've lost support for FTS. We hope they'll include the FTS5 extension when...
Adding an option to pass compile flags for developers to choose which official plugins to enable would be very helpful. One way to do this could be through a configuration...
Yes, please.
I am also experiencing this problem.
A needed feature indeed.
I'm having a similar issue trying to connect to a database via GH action through tailscale I _sometimes_ get `Temporary failure in name resolution` error which indicates DNS issues. Sometimes...
The easiest thing in terms of UI would be allowing to pick an html file
Can't wait!
Hi thanks for response! That's yarn berry 4.9.3. I will prepare a repo for you.