supabase-js icon indicating copy to clipboard operation
supabase-js copied to clipboard

You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.

Open donghoon-song opened this issue 2 years ago • 0 comments

Bug report

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

A clear and concise description of what the bug is.

image

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Go to '…'
  2. Click on '…'
  3. Scroll down to '…'
  4. See error
gh repo clone donghoon-song/meeting-room-reservation-app
git checkout report/add-supabase
yarn install
yarn dev

or just use supabase-js client in any ts project. I have experienced this issue across my ts projects.

https://github.com/donghoon-song/meeting-room-reservation-app/tree/report/supabase-issue

Expected behavior

A clear and concise description of what you expected to happen.

No error expected.

Screenshots

If applicable, add screenshots to help explain your problem.

System information

  • OS: [macOS]
  • Browser (if applies) [chrome]
  • Version of supabase-js: [2.24.0]
  • Version of Node.js: [e.g. 18.16.0]

Additional context

Add any other context about the problem here.

donghoon-song avatar Jun 06 '23 05:06 donghoon-song