mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Make TODO comments into notes
This commit is contained in:
parent
a95379ce5d
commit
5a35c7fb6e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 React from 'react';
|
||||||
import { renderShallow } from '../../util/test-helpers';
|
import { renderShallow } from '../../util/test-helpers';
|
||||||
import { fakeIntl, fakeFormProps } from '../../util/test-data';
|
import { fakeIntl, fakeFormProps } from '../../util/test-data';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// TODO: renderdeep doesn't work due to
|
// NOTE: renderdeep doesn't work due to
|
||||||
// "Invariant Violation: getNodeFromInstance: Invalid argument."
|
// "Invariant Violation: getNodeFromInstance: Invalid argument."
|
||||||
// refs and findDOMNode are not supported by react-test-renderer
|
// refs and findDOMNode are not supported by react-test-renderer
|
||||||
// (react-sortable-hoc uses them)
|
// (react-sortable-hoc uses them)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue