Skip to content
New issue

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

ERROR TypeError: "value.replace is not a function" #164

Closed
anujsinghwd opened this issue Aug 7, 2018 · 2 comments
Closed

ERROR TypeError: "value.replace is not a function" #164

anujsinghwd opened this issue Aug 7, 2018 · 2 comments

Comments

@anujsinghwd
Copy link

screen shot 2018-08-08 at 12 43 05 am

@akashbiz
Copy link

+1, same issue

@jrquick17
Copy link

#168 (comment)

replace() is a JavaScript function for strings. If the function does not exist then value is not a string. Looking into BoldPrefix it seems that you are not passing a string for the label. Make sure your labelAttribute or the getLabelAttribute are returning strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants