We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf25aa0 commit 86c0912Copy full SHA for 86c0912
packages/babel-plugin-jsx/README-zh_CN.md
@@ -258,10 +258,10 @@ const App = {
258
return () => (
259
<>
260
<A>
261
- {
+ {{
262
default: () => <div>A</div>,
263
foo: () => <span>B</span>
264
- }
+ }}
265
</A>
266
<B>{() => 'foo'}</B>
267
</>
packages/babel-plugin-jsx/README.md
0 commit comments