Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
changeExampleData: (example: ReactExampleDescription) => {
dispatch(changeExample(example));
dispatch(Actions.init(example.data, example.schema, example.uischema));
Actions.setConfig(example.config)(dispatch);
},
getComponent: (example: ReactExampleDescription) =>