Replies: 1 comment
-
Can you show what the code looks like that is not working? Might be a problem of Solid setting attributes vs JS properties, but I'm not sure. If so, then the ideas here, may help fix inconsistencies. Need to see your code to understand exactly what you mean. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the problem that I use a script : https://github.com/DeineAgenturUG/ionic-image-cache (changes not yet pushed)
that are cache images to the indexeddb but use a
url
insted of ansrc
while templateing. But theurl
will never rendered to the browser. On nested pages.Pages, that are direct component of the route have also a
<img url="https...." />
prop, and they get rendered right, but once i have in my same probs with in nested children it will removed.I have a declare added to make it work and don't show me anything red...
What did I miss to make it working in all components?
Beta Was this translation helpful? Give feedback.
All reactions