• Sean Lim
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi, I'm trying to separate some of my code into components so I can re-use them throughout different pages. Right now my pages has a section that has a posting section and a feed list section. Once I post, the feed list (FeedListPanel) is reRendered and the new post is then shown (think like a forum). Once I move the posting section to its own component, however, I can still post, but the FeedListPanel is reRendering but not showing the new content. I know it's reRendering because I put in a javascript alert and it's firing every time. I'm not sure what exactly made this stop working once I moved it out into a component. At first I thought it was because the reRender was being called from within the component, but it doesn't seem to be the case. Any thoughts?
I installed Developer Hub Trial Org 64-bit Windows option.
I created a trial project with: 
     sfdx force:project:create -n geolocation

But, when I try to create the scratch org with:
      sfdx force:org:create -s -f config/project-scratch-def.json -a GeoAppScratch
I get this:
     ERROR running force:org:create: You do  not have access to the [scratchorgiinfo] object

I've tried several suggested fixes that I found when I searched for the above error. None has resolved the issue for me.