Search code examples
reactjsreact-bootstrapreact-props

How can I use props image in React-Bootstrap?


My Code I want to use props but pictures don't come but other things come so how can I use props in React-Bootstrap (sorry for my English)

error


Solution

  • That error is saying that the image that you're getting has a security policy on it that only allows code that is running on the same server to access it. Pick an image that doesn't have that policy or if it's your image, change the security policy on that image.

    To check this, choose a different image from a different server.