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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
We could document what the effect is of having a batch call inside another batch. If I'm not wrong, it just executes the function without batch-specific handling as that has already been taken care of in the top batch call. If this is correct:
If batch is called inside another batch, the function is simply executed, without [... whatever batch does]
We could document what the effect is of having a batch call inside another batch. If I'm not wrong, it just executes the function without batch-specific handling as that has already been taken care of in the top batch call. If this is correct:
https://www.solidjs.com/docs/latest#batch
The text was updated successfully, but these errors were encountered: