Open dead-claudia opened 6 years ago
See here. The proper fix would be to have a shared callback state and iteratively consume it, rather than recursively call it. There's likely other similar loops to be concerned about as well (like the before and after hooks).
before
after
See here. The proper fix would be to have a shared callback state and iteratively consume it, rather than recursively call it. There's likely other similar loops to be concerned about as well (like the
before
andafter
hooks).