()
| 195 | // null values means this is unmount and it should not overwrite another |
| 196 | // ref with the same key |
| 197 | const job: SchedulerJob = () => { |
| 198 | doSet() |
| 199 | pendingSetRefMap.delete(rawRef) |
| 200 | } |
| 201 | job.id = -1 |
| 202 | pendingSetRefMap.set(rawRef, job) |
| 203 | queuePostRenderEffect(job, parentSuspense) |