Does you error go away if instead of doing:
import { Toast } from '@redwoodjs/web/dist/toast'
you instead don’t use the dist
in the import and do:
import { Toast } from '@redwoodjs/web'
Does you error go away if instead of doing:
import { Toast } from '@redwoodjs/web/dist/toast'
you instead don’t use the dist
in the import and do:
import { Toast } from '@redwoodjs/web'