Giter VIP home page Giter VIP logo

Comments (4)

romaia avatar romaia commented on August 17, 2024

Now I was able to get it not to crash by adding a optimizeDeps.exclude = ['@material-ui/icons'] to the config, but sadly, not stories work. I get the menu with all of them, but just a blank page when I try to load.

Nothing in the console.

from ladle.

tajo avatar tajo commented on August 17, 2024

Hey @romaia

It seems that the type cast for default export as Meta; is causing the parser to fail. If you delete that, it should unblock you. This is something to fix for us.

The error related to pre-bundling of @material-ui/icons seems to be a Vite error. We are currently using 2.9.0 beta version since it dramatically improved the initial startup speed but it has some glitches. However, they should not be critical and the Vite team knows about them so it should get fixed in the next versions.

from ladle.

romaia avatar romaia commented on August 17, 2024

So, I did manage to get one story up and running.

Besides the default export, I also had to change one that that used @storybook/addon-actions.

const Template: Story = (args) => {                                                                                                                                                                             
  const [open, setOpen] = React.useState(true);                                                                                                                                                                 
  return (                                                                                                                                                                                                      
    <Alert {...args} open={open} onClose={() => setOpen(false)}>                                                                                                                                                
      {args.children}                                                                                                                                                                                           
    </Alert>                                                                                                                                                                                                    
  );                                                                                                                                                                                                            
};    
                                                                                                                                                                                                     
export const WithAction = Template.bind({});                                                                                                                                                                    
WithAction.args = {                                                                                                                                                                                             
  ...WithTitle.args,                                                                                                                                                                                            
  action: "Ação",                                                                                                                                                                                               
  // onActionClick: action("onActionClick"),                                                                                                                                                                       
};                                                                                                                                                                                                              
            

Uncommenting the onActionClick line causes all the stories to not render (without any error). Edit: There were actual errors, I just had a filter applied:

Uncaught ReferenceError: module is not defined
    at @storybook_addon-actions.js?v=a8b07fce:6261:1
(anonymous) @ @storybook_addon-actions.js?v=a8b07fce:6261

So i guess this is just an incompatibility between ladle and storybook addons.

from ladle.

tajo avatar tajo commented on August 17, 2024

incompatibility between ladle and storybook addons

Yea. Storybook addons or anything imported from storybook won't work.

from ladle.

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.