Files
unpkg/server/components/utils/cloneElement.js
Michael Jackson 5969ecc6ef Don't cache packages on the filesystem
Should help with transient errors reported in #86, #104, and #110
2018-07-14 14:46:33 -07:00

3 lines
69 B
JavaScript

const React = require("react");
module.exports = React.cloneElement;