Skip to content

Commit

Permalink
fix: form validation example (fix: #3485) (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored and jquense committed Mar 7, 2019
1 parent dd75d22 commit 9b8627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/ReactPlayground.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import PropTypes from 'prop-types';
import ReactDOM from 'react-dom';
import * as ReactBootstrap from 'react-bootstrap';
import * as formik from 'formik';
import yup from 'yup';
import * as yup from 'yup';
import {
LiveProvider,
LiveEditor,
Expand Down

0 comments on commit 9b8627f

Please sign in to comment.