Closed baig closed 7 years ago
Opening the index.html file in the chromium browser throws the following error:
index.html
Uncaught TypeError: Cannot read property 'create' of undefined at PS.ReactDOM (index.js:2844) at index.js:2846
Is this using PS 0.10.6? If so, it's probably due to a compiler bug which was fixed in the 0.10.7 release (which was released today).
Yes. psc --version tells me it's 0.10.6
psc --version
0.10.6
works with 0.10.7
0.10.7
Opening the
index.html
file in the chromium browser throws the following error: