imagelab
imagelab copied to clipboard
[Image Lab React]:Added preload scripts to use ipcRenderer.
Description
I have added preload scripts to fix the error window.require is not a function.
The preload script initialize the renderer process environment i.e,ipcRenderer before the actual web page content is loaded.
- Fixes #177
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
- [ ] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Initially it was giving this error,
After adding preload scripts,
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
@achyutagupta everything seems good! The maintainers will review and merge the PR accordingly.
Thank you for contributing!
@abdullahranginwala Your Welcome! Looking forward to do more similar contributions in future.