downgrade invalid callee error for event handlers to a warning ()

pull/580/head
Conduitry 8 years ago
parent 4e58bd06ff
commit 4c740513f8

@ -31,5 +31,5 @@ export default function validateEventHandlerCallee ( validator, attribute ) {
message += `. '${callee.name}' exists on 'helpers', did you put it in the wrong place?`; message += `. '${callee.name}' exists on 'helpers', did you put it in the wrong place?`;
} }
validator.error( message, start ); validator.warn( message, start );
} }
Loading…
Cancel
Save