我有一个addNotification() at App.js的方法,我想在其他组件中重用它。例如,这里我使用了AgencyProfile组件。如果我将addNotification()方法从App.js导出,则不起作用。如何从其他子组件调用方法addNotification(),例如AgencyProfile?这是我的App.js代码
.....
我希望最后加载最底层的gets部件,因为它有一个组件将被呈现来执行jQuery .offset().top (它在代码执行时获取组件的左上角位置)。目前,每次我重新加载页面时,组件都会出现在错误的位置。只有当它上面没有其他when部件时,它才会出现在正确的位置。WebpartWithComponent <-- this is where the component should be rendered有没有办法确保包含组件的w