javascript - React: How do you intentionally add an onclick property with a string value? -
i need use regular html onclick
attribute , not react's onclick
property because want add google analytics track outbound links.
if use onclick
property function property, ga
not defined, if can make value string, shouldn't throw errors.
Comments
Post a Comment