Vonage / vivid-react

Typescript friendly Reactjs :atom: wrappers/bindings for Vonage's web UI 🎨 toolbelt
https://www.npmjs.com/package/@vonage/vivid-react
5 stars 3 forks source link

Not able to use this library with React 17.x.x #34

Closed k-paxian closed 3 years ago

k-paxian commented 3 years ago
import './App.css';
import React from 'react';
import VwcButton from '@vonage/vivid-react/VwcButton';
function App() {
  return <VwcButton />
}
export default App;

image

k-paxian commented 3 years ago

Should be resolved via https://github.com/Vonage/vivid-react-wrapper/issues/9