Gandharv
Gandharv
### Version Information ### Environment TJ Cloud ### What is the expected behaviour? Component should clone on keyboard shortcut `cmd+c` ### What is the current behaviour? Component is cloning on...
Hi. Thank you for this amazing tutorial. Why have you chosen redux-thunk over redux-saga?
### Version Information Latest ### Environment All ### What is the expected behaviour? Opening the widget inspector shouldn't change trigger an auto-save call ### What is the current behaviour? Opening...
### What area of the codebase is to be refactored? Resolve references value inside box.jsx ### What are the potential advantages of this proposed refactoring? Significant performance improvement in primitive...
https://reactjs.org/blog/2020/10/20/react-v17.html  Pretty straightforward upgrade. Majorly because react 17 removes event pooling and other perf enhancements, less memory consumption etc. https://reactjs.org/blog/2020/08/10/react-v17-rc.html#no-event-pooling Update 2nd Sept 2022: following guide from https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html
 When I try to do the below I receive "null" value inside domain key ```js const domain = psl.parse(window.location.host); ```
Sometimes, a widget might be disabled based on certain values from the api, need to add an additional disabled property to all interactive widgets like input, pickers etc