Now, I’m fairly certain that’s a Builder specific bug and it only popped up after upgrading to @builder.io/react@3.0.6. The builds still finish and deploy, but the logs are polluted with these errors. Any ideas?
The issue was that those logs about code bindings errors in users’ content was logged indiscriminately, they’re now disabled by default, to enable it, toggle DEBUG=true in your environment variables.