-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Flex UI 2.0 #18
Comments
Actually, I figured out, leaving it here if it helps anyone
// import { Utils, withTheme } from '@twilio/flex-ui';
import { Utils } from '@twilio/flex-ui-core';
import { withTheme } from '@twilio/flex-ui';
|
Hi, JasonPan, how did you manage to get this working with Flex UI 2.0? I followed plug migration, but what command I would use to bump to specific version of these packages? Could you share which version of node, twilio cli and flex plugin cli are you using too? I receive different warnings and errors depending on the version I am using |
@vinirico-fcard I haven't done it myself but Jason probably is referring to update the version at the corresponding lines in the package.json file |
@andresmmujica , thank you Andres! I will give it a try. |
Thanks for this great example - any chance we can get an updated version of this for Flex UI 2.0? I'm trying myself but would be great to have a sample to start with
The text was updated successfully, but these errors were encountered: