mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-08 17:22:26 +03:00
chore(*): update dependencies (#57)
Updated Rollup Updated Babel Fixed security problems with some dependencies
This commit is contained in:
committed by
GitHub
parent
cdc7f66e21
commit
aac1ae0e81
@@ -2,8 +2,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { render } from './render';
|
||||
|
||||
const content = (children, plugins, options) => React.Children.map(children, child =>
|
||||
(typeof child === 'string' ? render(child, plugins, options) : child));
|
||||
const content = (children, plugins, options) => React.Children.map(children, (child) => (typeof child === 'string' ? render(child, plugins, options) : child));
|
||||
|
||||
const Component = ({
|
||||
container,
|
||||
|
||||
Reference in New Issue
Block a user