PropertyMenu dynamic dropdown options

When I’m using PropertyMenu, the selectedOption could be a useSyncedState hook value, but options could not be, since the options I needed is a value fetch from the internet, I could not update it as I expected.

Have you tried creating a widget with a “lazy initial state”? That is, make a network request and change the state of the widget after user interaction?