Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor ImportForm as function component and use hooks #36938

Commits on Nov 28, 2021

  1. Refactor ImportForm as function component and use hooks

    Refactor ImportForm as function componenet. All componenet test case are passing.
    After changes, it is working as expected.
    amustaque97 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    0f2ead4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Remove isStillMounted variable

    Introduced `formRef` ref since it will be reliable and safe if in future
    we decide to memoize it.
    amustaque97 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    dd5389e View commit details
    Browse the repository at this point in the history