Skip to content

Conversation

rschristian
Copy link
Member

@rschristian rschristian commented Aug 25, 2024

(Adding here for posterity)

There's a few failing checks regarding currently mounted routes being re-invoked during a suspense nav due to preactjs/preact@f1eed0e

As this is how context should normally work, we're going to call it okay for now and move on.

@rschristian rschristian force-pushed the tests/preact-10.16 branch 2 times, most recently from c8a432d to e551281 Compare October 7, 2024 00:05
@rschristian rschristian marked this pull request as ready for review October 14, 2024 06:48
Comment on lines 243 to 245
// We should never re-invoke <A /> while loading <B /> (that would be a remount of the old route):
// ...but we do
//expect(A).not.to.have.been.called;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is (one of) the failing situations

@rschristian rschristian merged commit 0847cef into main Oct 14, 2024
1 check passed
@rschristian rschristian deleted the tests/preact-10.16 branch October 14, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants