I hereby claim:
- I am dbofmmbt on github.
- I am eduardocanellas (https://keybase.io/eduardocanellas) on keybase.
- I have a public key ASCflBqNWBlXWjWy_yUHsl87p1-zcczLq-IKp1fblz8nfwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /// This code was built on @scottmcm 's PR for the new Try trait design. | |
| #![feature(try_trait_v2)] | |
| #![feature(control_flow_enum)] | |
| #![feature(never_type)] | |
| #![allow(dead_code)] | |
| use std::ops::{ControlFlow, FromResidual, Try}; | |
| enum MyFlow<T, S = ()> { |
| /* eslint-disable no-template-curly-in-string */ | |
| import React, { Component } from 'react'; | |
| import { Formik } from 'formik'; | |
| import * as Yup from 'yup'; | |
| import { setLocale } from 'yup'; | |
| import './AuthForm.css'; | |
| import { Form, Col, Button, Container } from 'react-bootstrap'; | |
| import FormInput from "../../../components/Form/Input"; | |
| setLocale({ |