You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
unarist 5abb3d8150 Rerender modal on property changes (#4175)
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.
7 years ago
..
controllers
helpers
javascript Rerender modal on property changes (#4175) 7 years ago
lib
mailers
models
policies
presenters
serializers
services
validators
views
workers