You're going to have provide some more context, maybe code snippets.
The one possible thing that I can think of is if you are doing any class inheritance (i.e. extending a component class with a subclass). Property decorators do not extend to subclasses so you would have to redefine them in the subclass.