Ezekiel Inalegwu Akoji
Ezekiel Inalegwu Akoji
Same issue. Here's my code: ``` import React from "react" import PropTypes from 'prop-types' /** * My Test component * @component * @example * const text = 'lorem ipsium dolor'...
For the error I had, I created a [fix](https://github.com/akojimsg/better-docs/tree/fix/reactwrapper-iframeref-bug) . Turns out there's in bug in the [source file ](https://github.com/SoftwareBrothers/better-docs/blob/master/src/react-wrapper.jsx)that creates [react-wrapper.js](https://github.com/SoftwareBrothers/better-docs/blob/master/lib/react-wrapper.js) to render previews. **Problem is in this function:**...
Created a fix with solution in #173