Utilizing the SideModal with Flex UI 2.6.1 #3840
-
BackgroundThe customer is looking to add a Paste SideModal to their Flex UI to incorporate a new app integration. I do recognize that it appears because Flex is fairly behind in dependency versions, it Seems the Paste/Core 15.x does not have this component. Looking into seeing if there might be some way to work around this as it will likely take some time before the dependency is updated. FeedbackGiven the example code provided here https://paste.twilio.design/components/side-modal. I am looking to see if there might be some way to incorporate this into a Flex plugin. I did attempt to install the component specifically, but still ran into some dependency issues. Is there maybe a way to use the Modal to accomplish similar behavior? Stage of designNo response ResearchNo response Relevant linksNo response Are you looking for visual design support?
Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey there, @mcharguej! 👋 I'm Dosu, your friendly neighborhood bot here to lend a hand with bugs, answer your queries, and guide you on your journey to becoming a stellar contributor while the human maintainers are busy. Don't worry, I've got your back and am here to help in the meantime. I'm diving into your SideModal conundrum right now and will circle back with insights shortly. Hang tight! 🤖🔍 |
Beta Was this translation helpful? Give feedback.
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Sorry, I don't know how to help with that. I did do a search though, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
Beta Was this translation helpful? Give feedback.
-
Hi @mcharguej, The best and safest option is to update Paste core's version. Alternatively...
I definitely recommend advocating for updating Paste, as ejecting and rolling your own solution is a lot of technical debt and pulls you further away from Paste as time goes on. Future Paste upgrades will be much harder as you will need to update all the new components you spun up as well. It's just not worth it to eject in most cases. Your time is best spent not duplicating work our team does, but instead providing customers with value. |
Beta Was this translation helpful? Give feedback.
Hi @mcharguej,
The best and safest option is to update Paste core's version. Alternatively...
I definitely recommend advocating for updating Paste, as ejecting and rolling your own solution is a lot of technical debt and pulls you further away from Paste as time goes on. Future Paste upgrades will be much harder as you will need to update all the new components you spun up as well. It's just not worth it to eject in most c…