Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stricter type for createPrimitiveRef (#1483)
The expectation is that `createPrimitiveRef` is to be used with primitives only. If that causes type errors, then either: * The calling side is using this inappropriately and it will cause them problems * The calling side is missing some assertions to ensure it actually is a primitive * The assumptions/expectations for this PR is wrong, in which case, please revert Co-authored-by: Godfrey Chan <[email protected]>
- Loading branch information
13d595c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NullVoxPopuli FYI