Kazuki Shibata
Kazuki Shibata
You can't add className and change modal wrapper styles. You can only control the inner contents of modal.
have to register Apple Developer Program
@episodeyang Thanks for your advice. I think the backdrop element doesn't need to animate because It also plays the role of the mask. I'll check `react-motion`, thanks!
`width` and `height` props must be String. (I'm sorry, Readme is wrong) Do `modalWidth` and `modalHeight` return String?
I created a new modal package which uses react hooks. It's easier and more intuitive. Prease look at the new repository. https://github.com/shibe97/react-hooks-use-modal
他のヘッドレスCMSプラグインでも同様の問題が起きている。 https://github.com/gatsbyjs/gatsby/issues/2392
`gatsby-node.js`にて下記のようにスキーマのデフォルト定義を行うことで回避ができる。 例:`gatsbyobject`APIにて、`title`, `image`を任意設定にしたい場合 ``` exports.createSchemaCustomization = ({ actions }) => { const { createTypes } = actions const typeDefs = ` type MicrocmsGatsbyobject implements Node { title: String image: Image...
どの画面で404エラーが発生しますでしょうか? 再現手順をいただけますと幸いです。