Raymond
Raymond
Has anyone else seen this? I'm running into the same issue on my end. I'm using react-native-codepush to download new directories to serve from, but the server is still serving...
I needed to modify my branch to make the same changes I found here before I could get this to work: https://github.com/LucasMonteiro1/react-native-flic2/commit/324575436fe3547a6f9c8bf55b12bc049a11862f
As this is a rather nasty surprise for anyone relying on 3rd party libs, can we add to the documentation that UMD modules are no longer supported?
@jnsmalm It helps for pixi3d, but not any other libraries currently built on pixi v6 that don't have esm exports. I do agree that the ecosystem as a whole should...
> Also, @lunarraid have you tried setting a resolve path for "pixi.js" to be the CommonJS unbundle instead? Wondering what the guidance is for folks also bumping into this. I...
> How does `mainFields` interact (if at all) with import/require exports? > > ``` > module.exports = { > //... > resolve: { > mainFields: ['browser', 'main', 'module'], > },...
> I think this is an issue you should also consider raising on Webpack. I thought about this too, but I don't even know what they're doing _wrong_ here, as...
I'm dealing with the same issue roughly, except with phone auth. Gives the same error info bar (which is weird because it's a phone number, but says "the same e-mail...
I have been swamped with other projects and unable to look into this. If anyone else wants to take up the task of adding the requested documentation, feel free, since...
@chirag04 I have updated the readme with an example for `getPendingPurchases()`.