Jon Leonard

Results 5 comments of Jon Leonard

We use the same loader for SVGs and I more or less ran into this issue. However, because I double up using this babel plugin along with setting the same...

If anyone needs this before the PR becomes an official part of this project, I've published it to npm as at least my organization needs this change in the meantime:...

If anyone needs this before this becomes an official part of this project, I've published it to npm as at least my organization needs this change in the meantime: `npm...

We were able to resolve this in the meantime by utilizing `yarn patch` to remove the single argument methods: ``` diff --git a/android/src/main/java/com/iterable/reactnative/RNIterableAPIModule.java b/android/src/main/java/com/iterable/reactnative/RNIterableAPIModule.java index 0f55031aac67cdabbef42a496981d87ee4c7dbf9..6ac8fdbaebf842407a8758c3146fcad8d07b9a8b 100644 --- a/android/src/main/java/com/iterable/reactnative/RNIterableAPIModule.java +++...

This error was occurring for me when I was utilizing `startTransition` exported directly from `react` to wrap my Suspense transitions. When I started using the `useTransition` hook and the `startTransition`...