Paula Lavalle

Results 6 comments of Paula Lavalle

@ccorcos Everything looks correct aside from a missing `noRender={false}` prop. ``` jsx ``` It will allow you to use your own `React.render` method. See slightly more information here: https://github.com/FormidableLabs/component-playground#norender @mziemer21...

@ryan-roemer The files are hosted here: https://github.com/FormidableLabs/spectacle-editor-docs/tree/master/static I’m not clear on what’s expected from me or what changes need to be made. In the `build-static` task for the dox, the...

@kenwheeler @coopy @elizagrace Do any of you have ideas on where this should live?

The webpack v1 docs links are broken and need to be updated to point here: https://github.com/webpack/docs/wiki/contents cc @formidableamy

I ran into this issue with loading multiple copies of Radium, and I wondered the same thing! I am happy to move them both to peerDependencies if that makes the...

For anyone looking to create an Authors collection to reference, I found another way to do it. Essentially my solution is following the example used for 'blog posts' and it...