Skip to content
#

customizable

Here are 633 public repositories matching this topic...

strapi
hkovacs
hkovacs commented Jun 22, 2020

Describe the bug
Using xframe ALLOW-FROM throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.

https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR

boerngen-schmidt
boerngen-schmidt commented May 10, 2021

Using the bundled material-ui renderers for rendering an Array gives the following error in the browsers console.

Material-UI: the ExpansionPanel component was renamed to Accordion to use a more common naming convention.

You should use `import { Accordion } from '@material-ui/core'`
or `import Accordion from '@material-ui/core/Accordion'`

The rendering still works fine! But thi

Improve this page

Add a description, image, and links to the customizable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the customizable topic, visit your repo's landing page and select "manage topics."

Learn more