cbothner / react-activestorage-provider

A React component that allows easy file upload using ActiveStorage
MIT License
112 stars 38 forks source link

No rendering example for me #38

Open andrew-oko-odion opened 5 years ago

andrew-oko-odion commented 5 years ago
File is not defined
ReferenceError: File is not defined
    at Object.<anonymous> (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:6583)
    at e (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:169)
    at Object.<anonymous> (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:1499)
    at e (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:169)
    at Object.<anonymous> (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:4595)
    at e (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:169)
    at Object.<anonymous> (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:3422)
    at e (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:169)
    at Object.<anonymous> (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:3220)
    at e (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:169)
    at Object.<anonymous> (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:2357)
    at e (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:169)
    at /home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:527
    at /home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:536
    at /home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:31
    at /home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:36

Nextjs@latest

AdnanTheExcellent commented 3 years ago

I get the same error when trying to server side render.