roshmani

Results 2 issues of roshmani

The project uses redux integration , Main component with route looks something like this ``` const Initial = (props) => { const {settings, userManager} = props; const {AppContextPath, AppType} =...

I am trying to test the file-download on click of a button in a react project, which uses 'saveAs' from npm file-saver The function for downloading is as follows :...