Hi ![]()
I started playing around in a version 7, and am currently migrating some components over to a new install on version 8.
I am struggling with understanding how to resolve the changes described in “Redwood package imports and exports” and wondered whether you may have any insights.
Specifically, I had an old component that imported
import { InputFieldProps } from '@redwoodjs/forms/dist/InputComponents'
I understand this no longer works. I used this interface downstream to create a typed component myself. I checked out the relevant package.json](redwood/packages/forms/package.json at main · redwoodjs/redwood · GitHub) but I do not really understand how I might get this type information anymore.
Might any of you have insights on how to deal with the changes to the deep importing in Redwood@8?
Thanks for the great upgrade!