React js if i click to btn trying to open small window tab it’s not opening in macbook

const openSpeakerView = () => {
let child_window_handle;
child_window_handle = window.open(“http://localhost:8080/#/docs/edit/174716/?speaker=true”, “_blank”, “width=760,height=500, resizable, scrollbars=yes, status=1”);

    }

it’s not opening window popup