We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.data.title.charAt is not a function
The text was updated successfully, but these errors were encountered:
Probably the passed content is not a string.
Sorry, something went wrong.
You are right but I think you are wrong at the same time 😉 I have this problem with data-pt-title="4" (any number I guess)
I added this to the start of _detectTitle function (protip.min.js line 532): this.data.title = this.data.title.toString();
Not the right place and not the right solution I guess but it works for me for now.
No branches or pull requests
this.data.title.charAt is not a function
StackTrace
The text was updated successfully, but these errors were encountered: