added functionality to create prefilled job postings based on selection from templates page
added functionality to create registered keys for jobs that get routed from 'edit' or 'prefilled postings'
refactored Create.js and Edit.js by extracting duplicated code across both components and pulling it into an effects file
fixed the following error:
[Warning: Can't perform a React state update on an unmounted component.
This is a no-op, but it indicates a memory leak in your application.
To fix, cancel all subscriptions and asynchronous tasks in a
useEffect cleanup function]
by adding a state check to View.js to see when the app is mounted.
Does your new code introduce new warnings on dev console?
User Story
Add the user story number here.
https://chaosneutral.atlassian.net/jira/software/projects/IN/boards/1?selectedIssue=IN-100
Changes made
Describe the changes made in this PR.
[Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function]
by adding a state check to View.js to see when the app is mounted.
Does your new code introduce new warnings on dev console?
Yes/No.
Test Steps
Describe the test steps to test your changes.