Giter Club home page Giter Club logo

Comments (11)

github-actions avatar github-actions commented on June 17, 2024

Welcome! 👋

Thank you for posting this issue. 🙇🏼‍♂️ We will come back to you latest within the next 48h (working days). Stay tuned!

from apex-recipes.

codefriar avatar codefriar commented on June 17, 2024

@Josecjr - sorry to hear you're having issues.

Can you tell me how you installed and what kind of environment? was it a brand new scratch org ?

from apex-recipes.

Josecjr avatar Josecjr commented on June 17, 2024

from apex-recipes.

codefriar avatar codefriar commented on June 17, 2024

is there anything else in the sandbox? I'm struggling to duplicate this... have you followed the other instructions aobut perm sets etc?

from apex-recipes.

codefriar avatar codefriar commented on June 17, 2024

Closing as I can't duplicate.

from apex-recipes.

ajiteshps avatar ajiteshps commented on June 17, 2024

Hey @codefriar - I resolved the issue in my org with below solution (others might get benefit from it)

The issue in my code was at line number 71
groupName = groupName.trim() -> Previously
groupName = groupName -> Changed to
image

I debugged the groupToListOfNames map and saw one of the entries is coming as null and performing trim on null is causing the issue.

Here is the lightning page output, here we can see the first tree value as blank
image

Let me know if that helps

from apex-recipes.

docbill avatar docbill commented on June 17, 2024

from apex-recipes.

ajiteshps avatar ajiteshps commented on June 17, 2024

from apex-recipes.

docbill avatar docbill commented on June 17, 2024

from apex-recipes.

ajiteshps avatar ajiteshps commented on June 17, 2024

That is correct.

Also, I would say we need a better query to identify the classes used in the apex recipes package because I think at the moment it is using the @group in the class body to identify the classes related to the package.

I have comment helper extension in vs code which adds @group to every class so
it is picking all the non-apex receipe related classes and therefore we are
seeing this null.

image

FYI @codefriar

from apex-recipes.

docbill avatar docbill commented on June 17, 2024

from apex-recipes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.