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

[FIX] Replace React.DOM render with createRoot #174

Merged
merged 11 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. createRoot and removed strictmode

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6fafbf3 View commit details
    Browse the repository at this point in the history
  2. removed all strictmode

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7699195 View commit details
    Browse the repository at this point in the history
  3. Fixed lint issues

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    797fd55 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fixed NaN height for the PathLegend css component

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5132daf View commit details
    Browse the repository at this point in the history
  2. unmounted safely

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bfb797b View commit details
    Browse the repository at this point in the history
  3. used queueMicroTask to wait next cycle to send init request to the wo…

    …rker
    
    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    031f32c View commit details
    Browse the repository at this point in the history
  4. fixed lint issues

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5dacc44 View commit details
    Browse the repository at this point in the history
  5. fixed unit test to unmount component

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f5c5e3a View commit details
    Browse the repository at this point in the history
  6. fixed lint issues

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9ca4bc4 View commit details
    Browse the repository at this point in the history
  7. removed deplicated imports

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8d7d926 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. used queueMicrotask to test unmount components

    Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
    luluiz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    44ecdd5 View commit details
    Browse the repository at this point in the history