Emanuele Cesena
Emanuele Cesena
@andrewimm tried removing auth data from a user, used username+password login, but it still errors. I'll wait for 1.6.2 then. BTW is there a way to monitor for js releases?...
@andrewimm Is /lib/react-native/Parse.js (actually the whole react-native) missing from the 1.6.2 dist?
Awesome! This seems to fix, my app is back up & running with react-native 0.11 and parse 1.6.3.
That's great news! Is there a place to follow discussion, or a changelog to monitor what's getting added?
@andrewimm do you have any news? I've updated to 0.4.2 (and Parse to 1.5.0) but the issue seems still there.
Any plans to support anchor 0.30?
FYI, I was able to update up to 1.17.13 without compilation issues (see linked PR). On 1.17.14 I'm getting: ``` error[E0004]: non-exhaustive patterns: `&UiExtension::GroupPointer(_)`, `&UiExtension::GroupMemberPointer(_)`, `&UiExtension::TokenGroup(_)` and 1 more not...
FYI, I created a zk-ledger using everything on 1.17.13: - solana-test-validator is 1.17.13 - solana is 1.17.13 - spl-token is from the PR, with all deps pointing to 1.17.13 =>...
In the process of exploration I also found [this breaking change in v1.17.11](https://github.com/solana-labs/solana/commit/509b9b970babfcdee748f7abba6209d63fb2d230). This is a non-issue wrt the PR/fix because we're skipping directly to 1.17.13. I think the only...