Oana Maria Teodorescu

Results 27 comments of Oana Maria Teodorescu
trafficstars

Why is this deprecated? ```ts export interface RemoteFileSystemProviderOptions extends FileSystemProviderBaseOptions { /** * Specifies a function that customizes an Ajax request before it is sent to the server. */ beforeAjaxSend?:...

> I had to temporarily disable Hermes in Podfile `:hermes_enabled => false,` for debug mode to be able to use `react-native-debugger`. Any other workarounds? I am using RN 0.70.10 and...

Is this related to the legacy Firebase Cloud Messaging (FCM) APIs which will be discontinued on June 20, 2024? Does `SendMulticastAsync` use Batch send API? > On June 20, 2024,...

> I upgraded a project to v2.4.0 and replaced usages of `SendMulticastAsync` with `SendEachForMulticastAsync` and had to revert the upgrade a few days later because `SendEachForMulticastAsync` did not deliver notifications...

@rayan1810 Can this be merged and released in native-base v2 as a new version to support RN 0.69+?

Is there any way to release a new react-native v2 version to avoid doing the above hacks?

I have sent a PR for this issue at https://github.com/mui-org/material-ui/pull/20185

@Glebone23 Unfortunately not, we are still facing this issue when our Login page loads (it has MUI text fields for username and password, plus a checkbox for the "Remember me"...

@oliviertassinari If it helps, I have the following additional errors to the **Cannot read property 'refs' of undefined** from the description of the GitHub issue: ``` VM164:11102 Uncaught Error: Invalid...

The versions used for the relevant packages (MUI, react, react-dom) when having this error are: ``` +-- @material-ui/[email protected] +-- @material-ui/[email protected] +-- @material-ui/[email protected] +-- @material-ui/[email protected] +-- @material-ui/[email protected] +-- @material-ui/[email protected] +-- [email protected]...