Skip to content
This repository has been archived by the owner. It is now read-only.

syncTransition doesn't work properly #438

Closed
fomkin opened this issue Aug 15, 2022 · 0 comments
Closed

syncTransition doesn't work properly #438

fomkin opened this issue Aug 15, 2022 · 0 comments
Labels

Comments

@fomkin
Copy link
Owner

fomkin commented Aug 15, 2022

Consider the example:

document = { state =>
  println("render")
  Html(...)
}
// ...
access.syncTransition(identity) *> ZIO.logTrace("after transition")

Expected trace

render 
after transition

Given

after transition
render 
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant