Jobsity / lia

1 stars 0 forks source link

Created TestsSamples component and modified Output component. #44

Closed juliansibaja84 closed 5 years ago

juliansibaja84 commented 5 years ago

This modifications contribute to the issues #30 and #31. There were problems with the Select component of material UI in the tests samples view, It throws an error if the property native is not passed to the component, this also changes its behaviour. Collapse also make the parent component to become undefined, So I did not use it. The Components were created without styles, It is because the format of the styles were not defined yet. The data that is supposed to come from the store is simulated with local variables in some components, this is a temporal approach.