Sandy Tao
Sandy Tao
In React 19 support PR #719 , logic for marking Static as dirty was [removed](https://github.com/vadimdemedes/ink/pull/719/files#diff-92cf748778b8e4481e8c7e0e81785c68bf04046c7b16192b7b4c185c58e9e2cbL251). I'm not sure why this was removed, but it prevents the Static component from being...
## TLDR Introduces the `ContextManager` service and `experimental.jitContext` setting to enable Just-In-Time context loading, leveraging the granular memory loaders. ## Dive Deeper * Adds `experimental.jitContext` boolean setting (default: false). *...
## TLDR Refactors memory loading to support the Experimental JIT Context feature. It introduces a unified `refresh()` method in `ContextManager` for JIT mode, ensures the UI receives updates via events,...