/ releasenotes / notes / remove-deprecated-argument-from-component-decorator-9af6940bc60795d0.yaml
remove-deprecated-argument-from-component-decorator-9af6940bc60795d0.yaml
1  ---
2  upgrade:
3    - |
4      Remove 'is_greedy' deprecated argument from `@component` decorator. Change the 'Variadic' input of your Component to 'GreedyVariadic' instead.