Favour Ohanekwu
Favour Ohanekwu
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description In the editor today, there are certain web APIs like console, navigator,...
## Description We remove all top-level entities for subpath references when extracting identifiers from code. For linting, these top-level entities are required. Fixes #15407 ## Type of change - Bug...
## Description Previously, the UserCancelledActionExecutionError was getting thrown after user cancels an onpageload js execution, this was bubbling up to the parent catch block, causing all other onPageLoad executions to...
## Description [Architectural Diagram ](https://miro.com/app/board/uXjVPVJ35QI=/) Improvements Case study: Loading of App stated [here ](https://www.notion.so/Splitting-Evaluation-and-Linting-5c5d2d9bab164f9eaa9bd4d8933a01dc?d=ed018fd3c7b34c0880d5443e5159ab31#73a4e2d2369f40b5b110fab71a3b65ab). ### View Mode Timings  ### Edit Mode Timings ![Screenshot 2022-10-10...
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks Description Currently, there is no way to add or remove multiple errors...
## Description The introduction of MetaWidgets in [List widget v2](https://github.com/appsmithorg/appsmith/pull/15839) introduces a scenario where widgets are newly added to the unevalTree but already have defined meta values. These previously defined...
## Description This PR aims at aggregating calls to update debugger logs. Previously, logs were getting updated singly, causing multiple re-renders to subscribing components. Fixes #14007 Fixes #17650 Media >...
## Description With the introduction of [metaWidgets](https://www.notion.so/appsmith/Meta-Widgets-DRAFT-9e7eb03174c945df80d7d7dbe7be3a67) there is a need to reset a metaWidget when "reset" is triggered on its parent (and there is a setting to reset children)....
## Description This PR aims at achieving the reset functionality of List widget v2 (and any widget that generates metaWidgets). Fixes #18811 ## Type of change > Please delete options...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary With the introduction of [metaWidgets](https://www.notion.so/appsmith/Meta-Widgets-DRAFT-9e7eb03174c945df80d7d7dbe7be3a67) there is a need to reset a...