Commit 0df5319
committed
fix: use the new delete callback API
Toolbox provides a callback for scenarios that involve the env. deletion. This allows plugins to react
and clean the internal state. With the new TBX API, the delete callback API is deprecated in the favor
of a mutable state flow, a reactive approach that allows consumers to observe and react to state changes
over time.1 parent a901281 commit 0df5319
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
272 | | - | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
0 commit comments