Katherine Philip
Katherine Philip
Is there still interest in adding this feature?
> I'm not quite sure myself where this could fit into. In any case, putting all component related docs in the same place + referencing those sections seems like a...
@JoaoBGusmao You can override style on the icon by passing `style={icon: {marginRight: 0}}`. IDK why it's not defined on the proptypes, I might open a PR for that. I personally...
Any updates on this?
Seconding this, would love to see this added!
@makoConstruct [The linked cppreference page](https://en.cppreference.com/w/cpp/atomic/memory_order) has a good usecase example for it: > Typical use for relaxed memory ordering is incrementing counters, such as the reference counters of std::shared_ptr, since...