You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an child app calendar which shall render in a shell app multiple times, but with different props. Problem is that micro app is called as many times as i manually call it with loadMicroapp({..}), but all calls has same props as last call. I have somehow made an awaiting queue to solve this problem but my hack make app broke on react.strict.
Does anyone knows why if i call multiple times same micro app, all calls has last props? And evt how can i fix that?
Many thanks in advance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an child app
calendar
which shall render in a shell app multiple times, but with different props. Problem is that micro app is called as many times as i manually call it withloadMicroapp({..})
, but all calls has same props as last call. I have somehow made an awaiting queue to solve this problem but my hack make app broke on react.strict.Does anyone knows why if i call multiple times same micro app, all calls has last props? And evt how can i fix that?
Many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions