Since 3.1 we get this in dev mode:
Of course with an empty id I have no way of knowing which component is affected. If we compile and run in production mode that warning doesn't show up anywhere (stacktrace in dev mode doesn't help).
It'd be helpful if the warning message included some more info about the affect component (e.g. type).
WARN:Log:'' is not a valid JavaScript identifier. DataSource and DataBoundComponent field names are required to be valid JavaScript identifiers
It'd be helpful if the warning message included some more info about the affect component (e.g. type).
Comment