You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix instance where renderToStringAsync returns a promise of a promise (#378)
* Fix issue where rendered is a promise
I want to test this in my project to see if this change fixes it.
All being well, I'll then add a test here and submit it for review
* Different syntax, but more success
I'm unclear why the previous didn't seem to work for me
* Attempt to write a test for the case based on my app
So far no luck actually reproducing the issue.
I will take a different tact and remove code from my app until the issue
goes away, to figure out what causes the behaviour.
* Add test that tests behaviour
* Further simplify test case
* Further simplify test case
* Create the test I want
* Revert unrelated change
* Add changeset
* Add missing imports
* Reproduce without useClient
But I still need the provider
* Avoid using urql
* Better description
* Update test/compat/async.test.jsx
---------
Co-authored-by: Jovi De Croock <[email protected]>
0 commit comments