[Sprint/OldfashionedOwl] (fix) shouldBeBlured is not a function
I couldn't reproduce consistently. From discovery, when trying to open an activity, sometimes, gives silent error in console.
0/1 thread resolved
69 70 * Render 70 71 */ 71 72 render() { 72 const entity = this.props.entity; 73 const entity = ActivityModel.isActivity(this.props.entity) ? this.props.entity : ActivityModel.create(this.props.entity); - Maintainer
I already created a method checkOrCreate() in the BaseModel so you can call directly
ActivityModel.checkOrCreate(entity)
Edited by Martin Santangelo