This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Description
Do you want to request a feature or report a bug?
What is the current behavior?
I am trying to run yarn start on the 0.10 TeX example. After following the instructions I'm getting the following error: ERROR in ./js/app.js Module not found: Error: Cannot resolve module 'babel/polyfill' in /Users/.../Projects/draft-js/examples/draft-0-10-0/tex/js @ ./js/app.js 17:0-25
I changed the following in app.js line 17:
to
Problem Solved