How to update ResourcePicker data without reloading the page?

Topic summary

A developer is working with Shopify’s ResourcePicker component and encountering a data synchronization issue.

The Problem:

  • After selecting a resource from ResourcePicker and updating its title
  • The ResourcePicker’s displayed data does not reflect the changes
  • Updates only appear after manually reloading the entire page

Current Status:
The developer is seeking a solution to refresh or update the ResourcePicker’s data dynamically without requiring a full page reload. No solutions or workarounds have been provided yet in this discussion.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

What i am doing is: I am selecting a resource from ResourcePicker then updating it’s title. But, ResourcePicker’s data isn’t updating until reload the page.