Punith Nayak
Punith Nayak
No, the issue persists. I noticed that the NavLink element from react-router-dom is losing its CSS. Eg: ``` Orders ``` is correctly rendered as ``` Orders ``` But inside React.Fragment,...
Yes, css on normal div is rendering correctly.
Any update on this issue?
Yes, facing the same issue without React Router as wel. Please find the sample @ https://github.com/Punith13/react-fragment-jest-html Note the difference of css not being applied to "Test button" in the React.Fragment...
Any update on this issue?
I tried to create a AwsCustomResource like ``` const ConfigurationSetName = 'defaultConfigSet'; const configSet = new AwsCustomResource(this, ConfigurationSetName, { onUpdate: { service: 'SESV2', action: 'createConfigurationSet', parameters: { ConfigurationSetName, SendingOptions: {...
Hi, I am having the same issue, using background / backgroundColor doesn't have any effect.
This solution is not working