Jakob Heuser
Jakob Heuser
+1 on this, adding upgrade instructions would help people move to new versions easier if @tonvoon's instructions match the approach that should be used.
This is closely related to #2699, though this solution (adding an `_interval` type) is much easier to explain than the salesforce-style alternative in the other ticket
Adding additional context. This also shows up in Dynamic Resources because they share a serializer. Included my logs here: https://gist.github.com/jakobo/bda66c77da6f9bfd4c0cdd50392f9ce4 In my case, I'm using node 16 w/ esm, so...
@mmmoli the answer kind of sucks. We removed all external libraries and just use native fetch. got, axios, etc all create the serialization error. If you have straightforward api calls,...
> I'll try refactoring to dynamic require calls. I also saw a comment about ESmodules -- I'm using those right now, does function serialization not support them? In our experience...
Hey there, maintainer of `expo-community-flipper` (an upstream dependency) here! With SDK48, flipper is now [officially supported](https://docs.expo.dev/guides/using-flipper/). This means for SDK 48 you should remove the `expo-community-flipper` dependency and add `expo-build-properties`....
**EDIT** PR available at #186 There should probably be a `peerDependency` on DraftJS at `^0.10.5` similar to how we specify the plugin editor versions that are supported. However, fixing this...
Thanks for the bug report. I'll see about rolling this in to the next version.
I believe in being very honest about Inject, RequireJS, and the whole "Module Loading" family. I welcome this discussion. ### Module Loading is an all-or-nothing approach People often think you...
Can you provide some information on how we would create a NuGet package? http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package seems to imply that it would not be something that can be done from an OSX...