Plugin version 1.1.0 throws notices
complete
B
Bernhard Kau
When turning on the debug mode, the following notices are being displayed:
Notice: Undefined variable: asset_file in /home/example.com/public_html/wp-content/plugins/lottiefiles/src/gutenberg-block/init.php on line 126
Notice: Trying to access array offset on value of type null in /home/example.com/public_html/wp-content/plugins/lottiefiles/src/gutenberg-block/init.php on line 126
They are shown because in this line the PHP variable 
$asset_file
 does not exist. It should probably be the variable $asset_file_front
.haris
marked this post as
complete
Good news 🎉
We've resolved this issue on Version 2.0.0, which is now available on WordPress plugins directory.
haris
marked this post as
under review
Thank you for reporting this issue. Our team is currently looking into this.