Skip to content
#

playground

Here are 2,013 public repositories matching this topic...

sandpack
danilowoz
danilowoz commented Feb 18, 2022

Currently, a lot of operations are being done in the componentDidUpdate, and as Dan mentioned on #377 this is a pattern that must be avoided, in order to prevent nested updates. So, we need to find out how to improve this method and address other performances issues that this might be causing.

I haven't gone any further and haven't collected evidence of any performance issues, but as the curr

good first issue feature:request triage
ladle
davidpfahler
davidpfahler commented Apr 14, 2022

I have stories for simple components that work fine. But once I click on a story for a component that uses the next/image component, nothing renders and ladle is broken until reload. Once I clock on a story with next/image the following error occurs in the console:

react.development.js:1309 Uncaught ReferenceError: process is not defined
    at node_modules/next/dist/client/normalize-
documentation good first issue

Improve this page

Add a description, image, and links to the playground topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the playground topic, visit your repo's landing page and select "manage topics."

Learn more