Fixes https://github.com/payloadcms/payload/issues/6869 Before, options from props were being stored in state and would not update when props changed. Now options are memoized and will update when the incoming `options` prop changes.
Fixes https://github.com/payloadcms/payload/issues/6869 Before, options from props were being stored in state and would not update when props changed. Now options are memoized and will update when the incoming `options` prop changes.