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

Uncaught TypeError: (0 , r.default)(...).at is not a function #56

Open
ajoykarmakar459 opened this issue Jan 31, 2020 · 4 comments
Open

Comments

@ajoykarmakar459
Copy link

ajoykarmakar459 commented Jan 31, 2020

After compiling the source code with node-rename-css-selectors, Js files can't find the tooltip file because it's changing the class name. So there any words ignore features available? or there have any other possibilities to do this?
In the console -
Screen Shot 2020-01-31 at 5 40 35 PM

@JPeer264
Copy link
Owner

JPeer264 commented Feb 6, 2020

Thanks for your issue. Is this your own tooltip or a third party tooltip?

@ajoykarmakar459
Copy link
Author

It's a third party plugin that uses bootstrap 4.
The plugin name is popper.js

@JPeer264
Copy link
Owner

JPeer264 commented Feb 7, 2020

Alright thanks. I will check that plugin :)

@JPeer264
Copy link
Owner

Do you have a small repo to reproduce this issue?

To exclude your class you can import rcs-core and exclude it from there.

const rcsCore = require('rcs-core');

rcsCore.selectorLibrary.setExclude('your-class');

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

2 participants