Outline We're trying to divide up a large React.js project into several node packages which can be seperately maintained. We are trying to extract all the complex three.js framework code and centralize it in a "previewer" package.
Problem We have a special case in which we need to use the ref keyword once in a component. I know it's bad practice :( , we were wondering if there's anyway to remove or suppress the warning below from react: