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
Just do a search on 'params' in the flexio-sdk-js repo. Results are everywhere.
Any call to _.get(json, 'params', json) has got to go -- there's no need to use _.get() in any of these scenarios anymore since we've flattened the JSON. The json parameter that is passed in does need to be deep cloned, however, if it is going to be mutated at all.
I've attached a file with all of the references I could find to 'params' in the task files.
Just do a search on 'params' in the flexio-sdk-js repo. Results are everywhere.
Any call to
_.get(json, 'params', json)
has got to go -- there's no need to use_.get()
in any of these scenarios anymore since we've flattened the JSON. Thejson
parameter that is passed in does need to be deep cloned, however, if it is going to be mutated at all.I've attached a file with all of the references I could find to 'params' in the task files.
params-in-task-files.txt
The text was updated successfully, but these errors were encountered: