Closed daraclare closed 4 years ago
Any update to this?
Hi, this seems to be an issue in the child dependency of tableau-api which uses tablueau-2.0.0.js
I no longer maintain this package, but it should be relatively easy to just add the new version into this repo and remove the child dependency. Feel free to open a PR
Looks like he opened a PR that points to Tableau 2.2.2 #14 by pointing to a different npm installable repo with that version in it. Can we get it merged?
Hi, PR seems good to me, hopefully we can merge it soon.
Hi, is there any update about the merge? Thx!
Sorry for the delay. I checked it, it was not wrapped correctly. I just published a new version using 2.3.0 which can be installed using npm install tableau-react@beta
Hi, thanks for the library! Issue: Using
React 16.6
andNext 7
, I'm getting this error in the console:It looks like
serialized
is an object, not a string or an array, soindexOf
is not a valid function:Would updating to
tableau-2.2.2.js
resolve this? Or is this a problem when in development mode only?Thanks in advance!