Closed kalynrobinson closed 6 years ago
The included
hook kills the inherited representer, that's why! :confetti_ball:
I advise you not to use module
representers are we're fading out modules. They suck, are slow and mutate objects. Switch to class decorators! :rocket:
I have a base representer class with properties that are common across all of my other representers. However, the properties in the base representer are not getting populated. If I copy the base properties over to the child, they work correctly.