Hey
A lot of people copy and paste code from forum, examples and stuff and do not know or realize that it can crash stuff and then they grasp for help in the forums.
Example 1:
wixData.query(“Data Collection Name”)
Feature Request:
If someone types in the wrong Data Collection Name or at least a data collection name that do not exist the editor should notify the user of this.
Example 2:
wixData.query(“Data Collection Name”)
.eq(“fieldKey”, “value”)
Feature Request:
If someone types in a Field Key that do not exist the editor should notify the user of this.
Example 3:
Someone have added 3 or more onReady functions to the page and this will not work.
Feature Request:
If there is more than one page onReady function notify the user of this.