Update js.md

This commit is contained in:
Bjørn Erik Pedersen 2021-01-21 18:25:32 +01:00 committed by GitHub
parent 704987dc1c
commit 13aeb2c73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ First, add React and ReactDOM [CDN script tags](https://reactjs.org/docs/add-rea
export let React = window.React;
// In assets/js/shims/react-dom.js
export let ReactDom = window.ReactDom;
export let ReactDOM = window.ReactDOM;
```