Upgrade to Docusaurus 2 alpha 66
Summary: Saw a new version came out. Only breaking change appears to be that links are now required to be non-empty, which sounds quite reasonable. Reviewed By: nikoant Differential Revision: D25119837 fbshipit-source-id: 758578d4f7f8045b59918f107438f3c8231bb790
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ca5c2e4d11
commit
57745e0e98
@@ -320,7 +320,7 @@ const recursiveMarker = <RecursiveBaseWrapper>Recursive</RecursiveBaseWrapper>;
|
||||
* An expandable data inspector.
|
||||
*
|
||||
* This component is fairly low level. It's likely you're looking for
|
||||
* [`<ManagedDataInspector>`]().
|
||||
* [`<ManagedDataInspector>`](#manageddatainspector).
|
||||
*/
|
||||
const DataInspector: React.FC<DataInspectorProps> = memo(
|
||||
function DataInspectorImpl({
|
||||
|
||||
Reference in New Issue
Block a user