Open vemv opened 6 years ago
Hi @vemv
Before all, thanks for your support and alert 👍
Anyway, the componentMethods
as you can see isn't exclusive and add extra methods to the component (and doesn't check if exist or not one method inside the list).
For now, I can propose a PR where I can change the documentation that explicit these.
And for the future, we can think which is the best behaviour for that option.
What do you think? 😃
Currently, I'm working on the v2
and I can consider changing that option to accept every method to include in the components.
Thank you for your proposal and help 👍
Hi again!
I tried setting
"componentMethods": ["render"],
in my .ccarc.This results in the following:
I see two issues here:
render
methodconstructor
. Intuition would tell me that for a["render"]
option, that method shouldn't be emitted. It could be emitted for[]
(i.e. by default), and for["constructor", "shouldComponentUpdate"]
(i.e. if explicitly specified).Cheers - Victor