Custom States & Plugin Property

Hi,

I have the following setup;

  1. Custom state which holds a long string of text (from API get request).
  2. Property setup in plugin editor to hold that data within a function.

However the data is not being passed to the plugin without a cors errors. The data is already within a state, no to further external communication would be expected. So just between the app and the plugin.

Any thoughts?