This is because Webpack has a `typeof ... === 'object'` before its esm
compat test.
This is unfortunate because it means we can't have a nice error in CJS
when someone does this:
```
const fn = require('client-fn');
fn();
```
I also fixed some checks in the validator that read off the client ref.
It shouldn't do those checks against a client ref, since those now
throw.
|
||
|---|---|---|
| .. | ||
| esm | ||
| npm | ||
| src | ||
| README.md | ||
| client.js | ||
| index.js | ||
| node-register.js | ||
| package.json | ||
| plugin.js | ||
| server.browser.js | ||
| server.js | ||
| server.node.js | ||
README.md
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.