- Issue created by @bnjmnm
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Is this not at the Semi-coupled theme engine level? 🤔
- 🇺🇸United States bnjmnm Ann Arbor, MI
The problem is due to Redux
createAPI()
caching requests toxb/api/form/component-instance
-
Any component form visited the first time will work.
If the component form is revisited in the same page visit, it will return the cached version which does not have the same selectors as those indrupalSettings.ajax
and the ajaxification of elements such as "Add media" doesThis is e2e testable but might be worth considering holding off on that since we might be switching testing libraries in the near future, and this is only a few lines in one file that can be manually tested pretty easily.