AMP validator shows me the following error:
The tag 'amp-social-share' may not appear as a descendant of tag 'amp-sidebar'.
Honestly I do not understand a reason for such restriction. For example I want to show narrow sidebar on right when user clicks on the "share" icon; and the sidebar should have several amp-social-share items.
Why I can't do it?
UPDATE
AMP project team decided to remove this restriction. Details here: https://github.com/ampproject/amphtml/issues/4273