
Announcements
Hi,
We are creating sample PCF control using ReactJs.In that we have 5-6 reactJS component.We pass the PCF context to that component .Using the context.resource.getstring('test') to get text for labels,but we are not getting value for key 'test' at start . it take time to get value from that context.because of that control is not working.same thing work in index.ts file.
how we can handle this thing.
Thanks
Hello,
What if you read all the strings in index.ts and pass it to your react components through properties?