Skip to content

Conversation

@iamsebastian
Copy link
Contributor

Could not render scene/component without added interactions.

Could not render scene/component without added interactions.
Copy link
Owner

@willviles willviles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @iamsebastian. Just one review and then good to merge!

let typeArr = get(this, `config.${type}`);

if (!typeArr || !(Array.isArray(typeArr))) {
console.info(`No instantiate of "${type}", due to not added objects of this type`);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can allow this to return silently - no need for console.info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants