React On Rails SSR "TypeError: Cannot read property 'prototype' of undefined"

317 Views Asked by At

I am using "react-on-rails" gem for react and rails but i tried to SSR(server side rendering) prerender: true in rails view file. It's give me error "TypeError: Cannot read property 'prototype' of undefined".

react_on_rails = 10.0.2 webpacker = 3.5.3

enter image description here

0

There are 0 best solutions below