create a warning log t alert developers that they are doing something wrong! Example: ``` properties () { return { events: {}} } events() {} ``` should produce a console.warn that prop overwrites the core function.