Michael Lin
Michael Lin
any updates?
hi, any update?
Additionally, this could impact the encapsulation of frameworks based on immutable data, such as in the use case within React. One of the most common scenarios is when I use...
I don't think this is a situation that the framework should have to cover, it should be handled by the developer themselves with settings such as CSP or sandbox, including...
The same issue exists in SIP.js v0.13.5, and it is currently suspected that this may be due to unexpected behavior of timers (registrationTimer and registrationExpiredTimer). Relevant code: https://github.com/onsip/SIP.js/blob/0.13.5/src/RegisterContext.ts#L296 Is it...
Thank you for your response and for pointing me to @NullVoxPopuli's work on `signal-utils`. I agree that starting with atoms is a sensible approach given their complexity. However, as we...
Thanks for the report, I will fix it.
So, may I ask when the fix version will be released?
hi @kevglass , thanks for your feedback. In fact, even though Mutative has implemented lazy drafts, its access mechanism is still based on ES6 Proxy. As a result, achieving true...