It looks like a change broke something in Prompt.js  I noticed that if we change the `PropTypes` import statement to the following, then the error goes away: import PropTypes from 'prop-types';
It looks like a change broke something in Prompt.js
I noticed that if we change the
PropTypesimport statement to the following, then the error goes away: