Aaron S.
Aaron S.
Hello @Abdullah47744 , I think the issue you encountered is better covered in the discussion on [this issue](https://github.com/aws-amplify/amplify-js/issues/4853). In brief, DataStore's offline sync behavior needs a suite of features that...
@DiscreteTom Thank you so much for this change. I've done my own validation and added a test and will work with the team to get this merged.
Hello @entest-hai , I'm not sure the behavior you're expecting is consistent with how subscriptions/observables should work. Reviewing the [zen-observable documentation](https://github.com/zenparsing/zen-observable), I think unsubscribe and complete fit separate use-cases. The...
Thank you for the detail about how your application uses DataStore. I tried to pull together a sample app that would use this code and encountered missing pieces. Would it...
Hello @mks11 , Thanks for the additional input. In my experience `useEffect` doesn't provide sequencing guarantees. If it's not possible to control when `stop` and `clear` call with respect to...
Thank you! I'm spinning it up on my own account and will create an account for myself. After logging in, I've done some clicking around and added a button to...
That did it. Using multiple tabs, I was able to reproduce the issue you describe. Reproduction steps: - Create a datastore/auth application that calls clear/stop on logout - Open your...
Hello @saharJ95, I've been working with @nadetastic to try to figure out why this setup isn't able to form a connection to IoT. They had a sample app that reproduces...
Sorry for the misunderstanding. I'm not sure how I got off on that tangent with Vite. Re-reading the above, is this a new application that you are trying to get...
@saharJ95 / @HAK-CODE , In other cases where PubSub hasn't existed to receive the `addPluggable` call configuring IoT, I've found that this is caused by tree shaking by the build....