Make TODO comments into notes

This commit is contained in:
Kimmo Puputti 2017-10-23 15:08:40 +03:00
parent a95379ce5d
commit 5a35c7fb6e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// TODO: renderdeep doesn't work due to Google Maps API integration
// NOTE: renderdeep doesn't work due to Google Maps API integration
import React from 'react';
import { renderShallow } from '../../util/test-helpers';
import { fakeIntl, fakeFormProps } from '../../util/test-data';

View file

@ -1,4 +1,4 @@
// TODO: renderdeep doesn't work due to
// NOTE: renderdeep doesn't work due to
// "Invariant Violation: getNodeFromInstance: Invalid argument."
// refs and findDOMNode are not supported by react-test-renderer
// (react-sortable-hoc uses them)