Appear: Missing Props
See original GitHub issueHi there – just started with mdx-deck
.
It’s awesome, thanks!
But having some issues with using Appear
.
As soon as use the component the following errors occur and the app breaks.
Warning: Failed prop type: The prop `slide` is marked as required in `Appear`, but its value is `null`.
Warning: Failed prop type: The prop `deck` is marked as required in `Appear`, but its value is `null`.
Haven’t found any hint in the docs.
env
npm
: 6.2.0
node
: 10.9.0
@mdx-js/mdx
: 0.15.0
mdx-deck
: 1.6.4
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
React eslint error missing in props validation - Stack Overflow
Issue: 'id1' is missing in props validation, eslintreact/prop-types <div id={props.id1} > ... </div>. Below solution worked, in a function component:
Read more >Storybook 5.2 static app docs either has missing props section ...
After updating to Storybook 5.2, the props section is rendering fine when running via storybook locally but after generating a static app with ......
Read more >Unknown Prop Warning - React
The unknown-prop warning will fire if you attempt to render a DOM element with a prop that is not recognized by React as...
Read more >missing required prop: "chartdata" - You.com | The AI Search ...
What exactly does required check for? It appears that it checks two things: The prop should be provided, as in at least <comp...
Read more >How to MAKE VEHICLES SPAWN with Movie Props for the ...
How to MAKE the VEHICLES SPAWN with Movie Props for the Solomon Richards Treasure Hunt (Summer Special).In this video I show you where...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this since the internals for v2 are quite different and this should be resolved
Getting the same errors again with several versions…