Commit 6dd2cac
Pass shared_ptr to lambda in ReactInstance (#56893)
Summary:
Pull Request resolved: #56893
changelog: [internal]
this is a sensible change to follow the pattern established in the class and avoid passing in `this` into lambda.
Reviewed By: fkgozali, javache
Differential Revision: D105696365
fbshipit-source-id: 0340a904cd2cc332019ba0d70cabf09e679f37b91 parent 2d657dc commit 6dd2cac
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
| 276 | + | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments