I used a swf in my react project like this:
constructor(props) { super(props); this.swf = React.createRef(); } ...