While using react inline-style most people what they do is use object in styles attribute. for eg.
<div style={{left: '54px', position: 'absolute'}}>
</div>
Does this react diff algorithm fails over here as their is new object created everytime it re-renders.