-
Updated
Oct 6, 2020 - JavaScript
React

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 105,837 public repositories matching this topic...
This is a good first PR!
We should add some tests to cover #7036. They should cover both JavaScript and TypeScript support.
They can probably be added to test/fixtures
.
-
Updated
Sep 4, 2020
Feature request
Is your feature request related to a problem? Please describe.
The examples/with-emotion
example is using Emotion 10.
According to the Emotion SSR docs, the _document.js
file is no longer required:
 which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple