Warn in dev mode for methods/props missing an @api
#3641
Labels
enhancement
Up for grabs
Issues that are relatively small, self-contained, and ready for implementation
This logs
undefined
because the class is missing an@api
on theget foo()
. It would be great to have a dev-only warning to provide a hint that the component author has forgotten to add an@api
.The text was updated successfully, but these errors were encountered: