Skip to content
  • unarist's avatar
    5abb3d81
    Rerender modal on property changes (#4175) · 5abb3d81
    unarist a rédigé
    Render function for BundleContainer must not be methods.
    React doesn't know dependency of the method, so they won't rerender on property updates.
    
    In this case, when you close modal and open another modal immediately,
    old modal will be open instead of new one.
    5abb3d81
    Rerender modal on property changes (#4175)
    unarist a rédigé
    Render function for BundleContainer must not be methods.
    React doesn't know dependency of the method, so they won't rerender on property updates.
    
    In this case, when you close modal and open another modal immediately,
    old modal will be open instead of new one.
Chargement en cours