|
@@ -262,7 +262,7 @@ public class JitsiMeetView
|
262
|
262
|
// the respective conference again if the first invocation was followed
|
263
|
263
|
// by leaving the conference. However, React and, respectively,
|
264
|
264
|
// appProperties/initialProperties are declarative expressions i.e. one
|
265
|
|
- // and the same URL will not trigger componentWillReceiveProps in the
|
|
265
|
+ // and the same URL will not trigger an automatic re-render in the
|
266
|
266
|
// JavaScript source code. The workaround implemented bellow introduces
|
267
|
267
|
// imperativeness in React Component props by defining a unique value
|
268
|
268
|
// per loadURLObject: invocation.
|