Files
react.dev/content/home/examples
Alex Krolick 6f6fc8d80e clarify mountNode with comments
This is still a bit opaque but it's difficult to fix with the current way
CodeEditor works:
- long-term CodeEditor.js could take a node reference instead of defining
  mountNode internally
- could also use document.createElement to define the target in the code,
  but this could be mislead people to think this is required instead of
  using an existing reference

see #1017, #1018, #1019
2019-01-01 19:24:46 -08:00
..