-
Notifications
You must be signed in to change notification settings - Fork 36
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: Cannot read property 'unit' of null #19
Comments
+1 this is how my listview item looks
|
Hi @TheOriginalJosh - Sorry to bother you but I wonder if you will have any idea how can we fix it? |
@devlfm - I was able to workaround this issue with creating shadow to the element dynamically on Like this:
TS:
|
@shabib3 How did you get access to Shadow ? What import did you use? |
Figured that out, yet it doesn't work for me either. There is still no shadow in the ListItem - even when removing all styling as I had a background set before. |
I have the same issue with |
Hi,
I'm not able to use shadow when inside of a RadListView and ng-template. Always throw that error..
Any workaround?
Thanks
The text was updated successfully, but these errors were encountered: