ref(sdk): update comments to exclude mention of componentWillReceiveProps
This commit is contained in:
parent
c4f1588bb0
commit
d5fb2c2717
|
@ -262,7 +262,7 @@ public class JitsiMeetView
|
||||||
// the respective conference again if the first invocation was followed
|
// the respective conference again if the first invocation was followed
|
||||||
// by leaving the conference. However, React and, respectively,
|
// by leaving the conference. However, React and, respectively,
|
||||||
// appProperties/initialProperties are declarative expressions i.e. one
|
// appProperties/initialProperties are declarative expressions i.e. one
|
||||||
// and the same URL will not trigger componentWillReceiveProps in the
|
// and the same URL will not trigger an automatic re-render in the
|
||||||
// JavaScript source code. The workaround implemented bellow introduces
|
// JavaScript source code. The workaround implemented bellow introduces
|
||||||
// imperativeness in React Component props by defining a unique value
|
// imperativeness in React Component props by defining a unique value
|
||||||
// per loadURLObject: invocation.
|
// per loadURLObject: invocation.
|
||||||
|
|
|
@ -268,7 +268,7 @@ static NSMapTable<NSString *, JitsiMeetView *> *views;
|
||||||
// conference again if the first invocation was followed by leaving the
|
// conference again if the first invocation was followed by leaving the
|
||||||
// conference. However, React and, respectively,
|
// conference. However, React and, respectively,
|
||||||
// appProperties/initialProperties are declarative expressions i.e. one and
|
// appProperties/initialProperties are declarative expressions i.e. one and
|
||||||
// the same URL will not trigger componentWillReceiveProps in the JavaScript
|
// the same URL will not trigger an automatic re-render in the JavaScript
|
||||||
// source code. The workaround implemented bellow introduces imperativeness
|
// source code. The workaround implemented bellow introduces imperativeness
|
||||||
// in React Component props by defining a unique value per loadURLObject:
|
// in React Component props by defining a unique value per loadURLObject:
|
||||||
// invocation.
|
// invocation.
|
||||||
|
|
Loading…
Reference in New Issue