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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
@cratis/arc now sets up the Reflect metadata API automatically via the polyfill in @cratis/fundamentals — no separate reflect-metadata install or import is needed (#2286)
Fixed
Proxy metadata reflection no longer breaks in the React Native Hermes engine, where the reflect-metadata UMD wrapper failed partway through initialization and left Reflect.getOwnMetadataKeys undefined (#2286)
Removed
The reflect-metadata dependency is gone from @cratis/arc.react.mvvm (#2286)