Skip to content

Custom-rendering iframe throws an error #241

@Sub6Resources

Description

@Sub6Resources

Thanks alot man. Have you also looked at this issue I pointed out?

          customRender: {
            'iframe': (
              RenderContext renderContext,
              Widget widget,
              children,
            ) {
              return Text(
                'iFRAME',
                style: TextStyle(
                    fontSize: 30,
                    color: Colors.red,
                    fontWeight: FontWeight.w900),
              );
            },
          },
        ),

This throws an error: The getter 'attributes' was called on null.

It only happens when you try to customRender an iframe.

Originally posted by @shamnex in #64 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions