You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the resource Create() method you're overwriting a bunch of required fields like appid and key before setting the state using values which came from the API. This shouldn't be required because these values came from the config and the state must match the config (for these values) when Create() returns. It should be okay to update only the computed fields.
The text was updated successfully, but these errors were encountered:
In the resource Create() method you're overwriting a bunch of
required
fields like appid and key before setting the state using values which came from the API. This shouldn't be required because these values came from the config and the state must match the config (for these values) when Create() returns. It should be okay to update only the computed fields.The text was updated successfully, but these errors were encountered: