We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I tried using this package:
// Declare & Set Layout Config const layoutConfig2 = { containerPadding: 0, containerWidth: containerWidth, boxSpacing: { horizontal: 10, vertical: 10 }, // forceAspectRatio: 1 }; const [ layout ] = useJustifiedLayout({ layoutInput: JSON.parse(props.imageSizesJSON), configuration: layoutConfig2, dependencies: [] }) console.log('useJustifiedLayout > layout: ' + JSON.stringify(layout, null, 2));
and it is causing infinite re-render loop
The text was updated successfully, but these errors were encountered:
Hey @yelnyafacee were you able to find the problem? I think it's because of the JSON.parse(). I'm sorry about not noticing your issue before.
JSON.parse()
Sorry, something went wrong.
No branches or pull requests
Hi, I tried using this package:
and it is causing infinite re-render loop
The text was updated successfully, but these errors were encountered: