@medplum/react 0.9.7 → 0.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -655,7 +655,7 @@
655
655
  let subscribed = true;
656
656
  if (!resource && value && 'reference' in value && value.reference) {
657
657
  medplum
658
- .readCachedReference(value)
658
+ .readReference(value)
659
659
  .then((r) => {
660
660
  if (subscribed) {
661
661
  setResource(r);