Closed saml-dev closed 1 month ago
I just added tests. When I updated server.js
to return an object to Page1 instead of text, it caused the svelte and react tests to fail, but strangely I couldn't get the Vue tests to fail. I updated Page1.vue
anyway but let me know if I'm missing something there.
Thanks for working on this, @saml-dev. After reviewing this change, I realized it could potentially cause significant compatibility issues for existing projects. Instead, I developed an approach that makes $page
updates more predictable and implemented another fix for the <Deferred />
component.
I would greatly appreciate it if you could test these PRs and provide your feedback. 🙏
@saml-dev Hey thanks so much for this contribution, but as @pedroborges mentioned he's solved this in a slightly different way in #2037, which I just merged in. Thanks so much either way! 🙏
Hey no problem! It was a good exercise to get familiar with the Inertia code base. Hopefully I can contribute another way in the future!
This fixes #2012