- Getting a console warning 'Please set height*width to topology's parent container'; the code is based on the dynamic topology example in the example github repo.
- Have set the CSS height & width for the parent element that is passing in through app.container()
You seem to be using an adaptive layout, which means that you want topology's container (for example <div class="next-app"></div>) to fit in parent container. It seems like NeXt can only deal with explicitly defined width and height of the parent container. Hence you need to set the dimensions manually.That is in the next-modules/topology.js, you need to manually set the width/height of the topology, so the 'adaptive' property should be false.
Comments
0 comments
Please sign in to leave a comment.