When switching url previous value is kept instead of new value
demartsc opened this issue · 2 comments
demartsc commented
Need to add something like below to the initTableau function in order to get newly passed URL to render on submission/click event.
var vizUrl = nextProps.url || this.getUrl();
coopermaruyama commented
Hey, unfortunately I no longer have access to a tableau account that I can use for running the unit tests. Would be great if you can make a PR and npm test
to make sure everything works. If so, open a PR and I'll merge it.
coopermaruyama commented
Is this fixed in 1.1.0?