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
To see the URL based images.
Images were not rendered.
The URLs to the images were not found, so I updated them to what I thought was being looked for: jsonIcons! .addProperty("ID_1","https://github.com/google/material-design-icons/blob/master/png/notification/airline_seat_individual_suite/materialicons/36dp/1x/baseline_airline_seat_individual_suite_black_36dp.png") jsonIcons! .addProperty("ID_2","https://github.com/google/material-design-icons/blob/master/png/notification/confirmation_number/materialicons/36dp/1x/baseline_confirmation_number_black_36dp.png") jsonIcons! .addProperty("ID_3","https://github.com/google/material-design-icons/blob/master/png/notification/drive_eta/materialicons/36dp/1x/baseline_drive_eta_black_36dp.png")
But although I could display these in my browser, they were not rendered in the grid.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What product versions and settings are you using when this issue occurs?
Steps to Reproduce
What I Expected
To see the URL based images.
What Happened Instead
Images were not rendered.
The URLs to the images were not found, so I updated them to what I thought was being looked for:
jsonIcons! .addProperty("ID_1","https://github.com/google/material-design-icons/blob/master/png/notification/airline_seat_individual_suite/materialicons/36dp/1x/baseline_airline_seat_individual_suite_black_36dp.png")
jsonIcons! .addProperty("ID_2","https://github.com/google/material-design-icons/blob/master/png/notification/confirmation_number/materialicons/36dp/1x/baseline_confirmation_number_black_36dp.png")
jsonIcons! .addProperty("ID_3","https://github.com/google/material-design-icons/blob/master/png/notification/drive_eta/materialicons/36dp/1x/baseline_drive_eta_black_36dp.png")
But although I could display these in my browser, they were not rendered in the grid.
The text was updated successfully, but these errors were encountered: