FinPlorer

Results 3 issues of FinPlorer

``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.skife.config.cglib.core.ReflectUtils$2 (file:/.m2/repository/org/skife/config/config-magic/0.17/config-magic-0.17.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of org.skife.config.cglib.core.ReflectUtils$2 WARNING:...

Problem : - Setting a relative "publicPath" in remix.config produce error on Safari. ![image](https://user-images.githubusercontent.com/19164676/210812476-876e8be5-f425-46e4-ba8e-d529d6f92d72.png) Cause : - Relative import ignore base path in safari : https://bugs.webkit.org/show_bug.cgi?id=201692 Solution : - Create...

CLA Signed

Settings ``` export default { ssr: true, presets: [vercelPreset()], future: { unstable_middleware: true } } ``` throw this error on each run : > Error: Unable to create initial `unstable_RouterContextProvider`...