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
Hi, i installed script via npm and then did import of the script.
import MatchHeight from '@tannerhodges/match-height'; MatchHeight.add('.services__text', 'example');
But console is giving me error match-height.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'example')
match-height.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'example')
Its working but that error causing other scripts to work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
i installed script via npm and then did import of the script.
import MatchHeight from '@tannerhodges/match-height'; MatchHeight.add('.services__text', 'example');
But console is giving me error
match-height.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'example')
Its working but that error causing other scripts to work.
The text was updated successfully, but these errors were encountered: