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
improve error message on components + crons (#28995)
before:
```
Failed to analyze crons.js: Uncaught TypeError: Cannot convert object to primitive value
```
after:
```
Failed to analyze crons.js: Uncaught Error: Expected function reference in the current component like "api.file.func" or "internal.file.func", but received reference _reference/childComponent/waitlist/sendMessage
```
GitOrigin-RevId: aaeb49d9817d1e5decccbb450d0e14db8b96978f
0 commit comments