Commit 6e97ea92 authored by ι™ˆε°θͺ's avatar ι™ˆε°θͺ Committed by ι™ˆεΈ…

fix: React does not recognize the `staticContext` prop on a DOM element. (#3582)

parent aa2f1405
import React from 'react'; import React from 'react';
export default props => <div {...props} />; export default ({ children }) => <div>{children}</div>;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment