Skip to content
  • unarist's avatar
    Rerender modal on property changes (#4175) · 5abb3d81
    unarist authored and Eugen Rochko's avatar Eugen Rochko committed
    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