“Bestificar o React não funcionando” Respostas de código

Reactar o testado não tem design

  import React, { Component } from 'react';
  import { ToastContainer, toast } from 'react-toastify';
  import 'react-toastify/dist/ReactToastify.css';
  // minified version is also included
  // import 'react-toastify/dist/ReactToastify.min.css';

  class App extends Component {
    notify = () => toast("Wow so easy !");

    render(){
      return (
        <div>
        <button onClick={this.notify}>Notify !</button>
          <ToastContainer />
        </div>
      );
    }
  }
Hungry Hippopotamus

Bestificar o React não funcionando

add toast.configure(); after toast
Handsome Hornet

Respostas semelhantes a “Bestificar o React não funcionando”

Perguntas semelhantes a “Bestificar o React não funcionando”

Mais respostas relacionadas para “Bestificar o React não funcionando” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código