How do custom components update?
I've made updates to existing and also made new custom components for the MyPage app. I selected the new components and updated the app in studio.
I then opened a version of the app that I'm running, but the updated components are not showing up.
Should they be showing up?
I'm curious to how the pages kit is updated. Since I'm making changes ie. adding components, and the original pages kit dev is making updates, does one of them override each other? Will my custom components stay live in the MyPage app even when the dev updates the pages kit.
The one on the left is the MyPage app. The one on the right is a version that I launched. after I updated mypage, the components are still the same.

2 replies
I think you want to share custom components from dapp A to dapp B? If that's the case, you can publish the components as a resource blocklet from dapp A to the blocklet store, then install the resource blocklet to dapp B to use it.
I will post a tutorial later to show you how to publish yourself resource blocklet 😋
Thank that sounds really cool.