Fixed by #907
You can override reflect-metadata
by putting this at the top of your entry file:
import { applyMetadataPolyfill } from '@aurelia/metadata';
applyMetadataPolyfill(Reflect, false, true, false, false);
This should be a safe thing to do, as our implementation is more permissive than reflect-metadata
and also has more tests verifying those situations.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.