Closed aaronjensen closed 4 years ago
React code is capable of having some confusing stuff like tags inside a prop. If you change the top WhenRole here, it will change the bottom one as well.
WhenRole
<WhenRole render={() => ( <li> test </li> )} /> <WhenRole />
This issue should resolved by this commit b09d54a212f1554ba3fb21709902f618b07b5b46
I will close this issue for now, feel free to open this if you still encounter this issue! :)
React code is capable of having some confusing stuff like tags inside a prop. If you change the top
WhenRole
here, it will change the bottom one as well.