-
Notifications
You must be signed in to change notification settings - Fork 24
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
Module in Ionic show only one letter #71
Comments
I have the same issue with an ionic-react app. I am able to reproduce it only on web though. |
Any news on this? I am facing this on my project directly on Web and also on Jest env... |
I am not familiar with Ionic framework but it seems it does not fully support certain DOM methods, like |
@patrik-piskay I also experienced this, where it only shows one letter followed by the ellipsis. The scenario is that the container is displayed conditionally, so by default, it is hidden by css (display: none). When it becomes visible, the element to which I attached the |
Describe the bug
I am trying to use this package in Ionic React but it only show the first letter of the paragraph
To Reproduce
This is the repo to see the issue https://github.com/LFTroya/expenses
The text was updated successfully, but these errors were encountered: