material-ui-image icon indicating copy to clipboard operation
material-ui-image copied to clipboard

Bug if Image as a child of Button component

Open mflash123 opened this issue 3 years ago • 0 comments

      <Button>
        <Image src="https://images.unsplash.com/photo-1614891069485-2402767ca01f?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max" />
      </Button>

In this case, Image component doesnt view. How can I make it work with Button material ui component?

Here is example: https://codesandbox.io/s/gifted-hofstadter-y496r?file=/src/App.js

mflash123 avatar Mar 15 '21 12:03 mflash123