function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kiran Kumar 551Kiran Kumar 551 

Issue on Sandbox org after spring 19 release

Hi All,

We are using some custom svg icons from static resource on to our lightning compoents and now after spring release 19 which is updated in our sandbox throws error. Can someone help he to solve this.

Thanks in Advance,
Kiran
Kiran Kumar 551Kiran Kumar 551
Hi,

Can someone please support us,

I have kept salesforce standard lightning:icon component which uses standard icon in parent component which displays the icon, and the same icon which is kept in FT_HomeGeneric (our own Fingertip component) component doesn't shows the icon.

 
<aura:component >

  <c:TestNewComp /> <!-- Displays the icon with version 45 -->

  <c:TestGetelemnt /> <!-- Displays the icon with version 37 -->

  <c:FT_HomeGeneric /> <!-- Does not Displays the icon with version 45 -->

  

</aura:component>

 

All the above 3 components have same pieces of code as below :

 

<lightning:icon iconName="action:approval" alternativeText="Approved" />

This happens after spring 19 update in our orgs