kisexu
kisexu
FFilament
Created by kisexu on 9/14/2023 in #❓┊help
Do you know the browser support for the Filament framework?
The filament framework does not work properly in lower versions of the Chrome browser. After investigation, it was found that the frontend resources are using the JavaScript "Nullish coalescing operator" feature, which is not supported in Chrome versions below 80. I have researched a solution and found that you can use the plugins @babel/plugin-proposal-nullish-coalescing-operator and @babel/plugin-proposal-optional-chaining for transpiling. However, it seems that the filament documentation does not provide instructions on how to recompile the official frontend resources.
11 replies