PromucFlow_constructor/app/client/src/ce
Rishabh Rathod cbce8f8b8e
fix: trigger consuming previous evaluated values (#13084)
We are changing how we maintain meta values in our architecture,

Earlier metaHOC component state was used to store meta values that were debounced and pushed in batch to metaReducer and trigger evaluation.
We remove the metaHOC state and directly update values to metaReducer and trigger evaluation separately via a debouched function.
2022-05-25 15:16:14 +05:30
..
actions feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
api feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
configs fix: Style values of the page and default value for telemetry (#11640) 2022-03-07 11:36:34 +05:30
constants fix: trigger consuming previous evaluated values (#13084) 2022-05-25 15:16:14 +05:30
pages chore: optimize naming conventions for variables and functions (#13858) 2022-05-18 10:23:08 +05:30
reducers feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
sagas feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
utils fix: Signup text update & code optimisation (#11606) 2022-03-04 11:56:12 +05:30